Documentation
¶
Index ¶
- Variables
- type TestMsg
- func (*TestMsg) Descriptor() ([]byte, []int)
- func (m *TestMsg) GetA() string
- func (m *TestMsg) GetB() int64
- func (m *TestMsg) Marshal() (dAtA []byte, err error)
- func (m *TestMsg) MarshalTo(dAtA []byte) (int, error)
- func (m *TestMsg) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TestMsg) ProtoMessage()
- func (m *TestMsg) Reset()
- func (m *TestMsg) Size() (n int)
- func (m *TestMsg) String() string
- func (m *TestMsg) Unmarshal(dAtA []byte) error
- func (m *TestMsg) XXX_DiscardUnknown()
- func (m *TestMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *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 ¶
Functions ¶
This section is empty.
Types ¶
type TestMsg ¶
type TestMsg struct { A string `protobuf:"bytes,1,opt,name=a,proto3" json:"a,omitempty"` B int64 `protobuf:"varint,2,opt,name=b,proto3" json:"b,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TestMsg) Descriptor ¶
func (*TestMsg) MarshalToSizedBuffer ¶
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.