Documentation
¶
Index ¶
- type TestMsg
- func (*TestMsg) Descriptor() ([]byte, []int)
- func (m *TestMsg) GetMsgtext() string
- func (m *TestMsg) GetTime() int64
- func (m *TestMsg) GetTrialNo() int32
- func (*TestMsg) ProtoMessage()
- func (m *TestMsg) Reset()
- func (m *TestMsg) String() string
- func (m *TestMsg) XXX_DiscardUnknown()
- func (m *TestMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TestMsg) XXX_Merge(src proto.Message)
- func (m *TestMsg) XXX_Size() int
- func (m *TestMsg) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestMsg ¶
type TestMsg struct { Time int64 `protobuf:"fixed64,1,opt,name=time,proto3" json:"time,omitempty"` TrialNo int32 `protobuf:"varint,3,opt,name=trialNo,proto3" json:"trialNo,omitempty"` Msgtext string `protobuf:"bytes,5,opt,name=msgtext,proto3" json:"msgtext,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TestMsg) Descriptor ¶
func (*TestMsg) GetMsgtext ¶
func (*TestMsg) GetTrialNo ¶
func (*TestMsg) ProtoMessage ¶
func (*TestMsg) ProtoMessage()
func (*TestMsg) XXX_DiscardUnknown ¶
func (m *TestMsg) XXX_DiscardUnknown()
func (*TestMsg) XXX_Marshal ¶
func (*TestMsg) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.