Documentation ¶
Overview ¶
Package test is a generated protocol buffer package.
It is generated from these files:
example.proto
It has these top-level messages:
A
Index ¶
- Variables
- type A
- func (*A) Descriptor() ([]byte, []int)
- func (this *A) Equal(that interface{}) bool
- func (this *A) GoString() string
- func (m *A) Marshal() (dAtA []byte, err error)
- func (m *A) MarshalTo(dAtA []byte) (int, error)
- func (*A) ProtoMessage()
- func (m *A) Reset()
- func (m *A) Size() (n int)
- func (this *A) String() string
- func (m *A) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthExample = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowExample = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type A ¶
type A struct { Description string `protobuf:"bytes,1,opt,name=Description,proto3" json:"Description,omitempty"` Number int64 `protobuf:"varint,2,opt,name=Number,proto3" json:"Number,omitempty"` Id *github_com_gogo_protobuf_test_custom.Uuid `protobuf:"bytes,3,opt,name=Id,proto3,customtype=github.com/gogo/protobuf/test/custom.Uuid" json:"Id,omitempty"` }
func (*A) Descriptor ¶
func (*A) ProtoMessage ¶
func (*A) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.