Documentation ¶
Overview ¶
Package data is a generated protocol buffer package.
It is generated from these files:
data.proto
It has these top-level messages:
MyMessage
Index ¶
- Variables
- type MyMessage
- func (*MyMessage) Descriptor() ([]byte, []int)
- func (this *MyMessage) Equal(that interface{}) bool
- func (m *MyMessage) GetMyData() uint32
- func (this *MyMessage) GoString() string
- func (m *MyMessage) Marshal() (dAtA []byte, err error)
- func (m *MyMessage) MarshalTo(dAtA []byte) (int, error)
- func (*MyMessage) ProtoMessage()
- func (m *MyMessage) Reset()
- func (m *MyMessage) Size() (n int)
- func (this *MyMessage) String() string
- func (m *MyMessage) Unmarshal(dAtA []byte) error
- func (this *MyMessage) VerboseEqual(that interface{}) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthData = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowData = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type MyMessage ¶
type MyMessage struct {
MyData uint32 `protobuf:"varint,1,opt,name=my_data,json=myData,proto3" json:"my_data,omitempty"`
}
func NewPopulatedMyMessage ¶
func (*MyMessage) Descriptor ¶
func (*MyMessage) ProtoMessage ¶
func (*MyMessage) ProtoMessage()
func (*MyMessage) VerboseEqual ¶
Click to show internal directories.
Click to hide internal directories.