Documentation ¶
Overview ¶
Package test is a generated protocol buffer package.
It is generated from these files:
pb.proto
It has these top-level messages:
ContentACK
Index ¶
- Variables
- type ContentACK
- func (*ContentACK) Descriptor() ([]byte, []int)
- func (m *ContentACK) GetMsg() string
- func (m *ContentACK) GetValue() int32
- func (m *ContentACK) Marshal() (dAtA []byte, err error)
- func (m *ContentACK) MarshalTo(dAtA []byte) (int, error)
- func (*ContentACK) ProtoMessage()
- func (m *ContentACK) Reset()
- func (m *ContentACK) Size() (n int)
- func (m *ContentACK) String() string
- func (m *ContentACK) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthPb = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowPb = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type ContentACK ¶
type ContentACK struct { Msg string `protobuf:"bytes,1,opt,name=Msg,proto3" json:"Msg,omitempty"` Value int32 `protobuf:"varint,2,opt,name=Value,proto3" json:"Value,omitempty"` }
func (*ContentACK) Descriptor ¶
func (*ContentACK) Descriptor() ([]byte, []int)
func (*ContentACK) GetMsg ¶
func (m *ContentACK) GetMsg() string
func (*ContentACK) GetValue ¶
func (m *ContentACK) GetValue() int32
func (*ContentACK) Marshal ¶
func (m *ContentACK) Marshal() (dAtA []byte, err error)
func (*ContentACK) ProtoMessage ¶
func (*ContentACK) ProtoMessage()
func (*ContentACK) Reset ¶
func (m *ContentACK) Reset()
func (*ContentACK) Size ¶
func (m *ContentACK) Size() (n int)
func (*ContentACK) String ¶
func (m *ContentACK) String() string
func (*ContentACK) Unmarshal ¶
func (m *ContentACK) Unmarshal(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.