Documentation ¶
Overview ¶
Package custombytesnonstruct is a generated protocol buffer package.
It is generated from these files:
proto.proto
It has these top-level messages:
Object
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthProto = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowProto = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type CustomType ¶
type CustomType int
func (*CustomType) Unmarshal ¶
func (c *CustomType) Unmarshal(data []byte) error
type Object ¶
type Object struct { CustomField1 *CustomType `protobuf:"bytes,1,opt,name=CustomField1,customtype=CustomType" json:"CustomField1,omitempty"` CustomField2 []CustomType `protobuf:"bytes,2,rep,name=CustomField2,customtype=CustomType" json:"CustomField2,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Object) Descriptor ¶
func (*Object) ProtoMessage ¶
func (*Object) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.