Documentation ¶
Index ¶
- type TestPayload
- func (*TestPayload) Descriptor() ([]byte, []int)
- func (m *TestPayload) GetMsgBody() []byte
- func (*TestPayload) ProtoMessage()
- func (m *TestPayload) Reset()
- func (m *TestPayload) String() string
- func (m *TestPayload) XXX_DiscardUnknown()
- func (m *TestPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TestPayload) XXX_Merge(src proto.Message)
- func (m *TestPayload) XXX_Size() int
- func (m *TestPayload) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestPayload ¶
type TestPayload struct { MsgBody []byte `protobuf:"bytes,1,opt,name=msg_body,json=msgBody,proto3" json:"msg_body,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TestPayload) Descriptor ¶
func (*TestPayload) Descriptor() ([]byte, []int)
func (*TestPayload) GetMsgBody ¶
func (m *TestPayload) GetMsgBody() []byte
func (*TestPayload) ProtoMessage ¶
func (*TestPayload) ProtoMessage()
func (*TestPayload) Reset ¶
func (m *TestPayload) Reset()
func (*TestPayload) String ¶
func (m *TestPayload) String() string
func (*TestPayload) XXX_DiscardUnknown ¶
func (m *TestPayload) XXX_DiscardUnknown()
func (*TestPayload) XXX_Marshal ¶
func (m *TestPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TestPayload) XXX_Merge ¶
func (m *TestPayload) XXX_Merge(src proto.Message)
func (*TestPayload) XXX_Size ¶
func (m *TestPayload) XXX_Size() int
func (*TestPayload) XXX_Unmarshal ¶
func (m *TestPayload) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.