...
Package custombytesnonstruct
Overview ▹
Index ▹
Variables
var ( ErrInvalidLengthProto = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowProto = fmt.Errorf("proto: integer overflow") )
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) Descriptor() ([]byte, []int)
func (*Object) ProtoMessage ¶
func (*Object) ProtoMessage()
func (*Object) Reset ¶
func (m *Object) Reset()
func (*Object) String ¶
func (m *Object) String() string
func (*Object) Unmarshal ¶
func (m *Object) Unmarshal(dAtA []byte) error