Documentation ¶
Index ¶
- Variables
- type MyPayload
- func (*MyPayload) Descriptor() ([]byte, []int)
- func (m *MyPayload) Marshal() (dAtA []byte, err error)
- func (m *MyPayload) MarshalTo(dAtA []byte) (int, error)
- func (m *MyPayload) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MyPayload) ProtoMessage()
- func (m *MyPayload) Reset()
- func (m *MyPayload) Size() (n int)
- func (m *MyPayload) String() string
- func (m *MyPayload) Unmarshal(dAtA []byte) error
- func (m *MyPayload) XXX_DiscardUnknown()
- func (m *MyPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MyPayload) XXX_Merge(src proto.Message)
- func (m *MyPayload) XXX_Size() int
- func (m *MyPayload) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type MyPayload ¶
type MyPayload struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
}
func (*MyPayload) Descriptor ¶
func (*MyPayload) MarshalToSizedBuffer ¶
func (*MyPayload) ProtoMessage ¶
func (*MyPayload) ProtoMessage()
func (*MyPayload) XXX_DiscardUnknown ¶
func (m *MyPayload) XXX_DiscardUnknown()
func (*MyPayload) XXX_Marshal ¶
func (*MyPayload) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.