Searched defs:BaseMessage (Results 1 – 2 of 2) sorted by relevance
23 type BaseMessage struct { struct24 Height *int32 `protobuf:"varint,1,opt,name=height" json:"height,omitempty"`25 XXX_NoUnkeyedLiteral struct{} `json:"-"`26 proto.XXX_InternalExtensions `json:"-"`27 XXX_unrecognized []byte `json:"-"`28 XXX_sizecache int32 `json:"-"`31 func (m *BaseMessage) Reset() { *m = BaseMessage{} }32 func (m *BaseMessage) String() string { return proto.CompactTextString(m) }33 func (*BaseMessage) ProtoMessage() {}34 func (*BaseMessage) Descriptor() ([]byte, []int) {[all …]
38 message BaseMessage { message