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 (*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 (dst *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 ¶
View Source
var ( ErrInvalidLengthUnknown = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowUnknown = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type MyPayload ¶
type MyPayload struct { Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MyPayload) Descriptor ¶
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.