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 ¶
This section is empty.
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,customtype=CustomType" json:"CustomField1,omitempty"` CustomField2 []CustomType `protobuf:"bytes,2,rep,customtype=CustomType" json:"CustomField2,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Object) ProtoMessage ¶
func (*Object) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.