...
Package custombytesnonstruct
import "github.com/gogo/protobuf/test/custombytesnonstruct"
- Overview
- Index
Variables
var (
ErrInvalidLengthProto = fmt.Errorf("proto: negative length found during unmarshaling")
ErrIntOverflowProto = fmt.Errorf("proto: integer overflow")
ErrUnexpectedEndOfGroupProto = fmt.Errorf("proto: unexpected end of group")
)
type CustomType int
func (c *CustomType) Unmarshal(data []byte) error
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_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*Object) Descriptor() ([]byte, []int)
func (*Object) ProtoMessage()
func (*Object) Reset
¶
func (m *Object) Reset()
func (*Object) String
¶
func (m *Object) String() string
func (m *Object) Unmarshal(dAtA []byte) error
func (m *Object) XXX_DiscardUnknown()
func (m *Object) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *Object) XXX_Merge(src proto.Message)
func (m *Object) XXX_Size() int
func (m *Object) XXX_Unmarshal(b []byte) error