...

Package custombytesnonstruct

import "github.com/gogo/protobuf/test/custombytesnonstruct"
Overview
Index

Overview ▾

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

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_NoUnkeyedLiteral struct{}     `json:"-"`
    XXX_unrecognized     []byte       `json:"-"`
    XXX_sizecache        int32        `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

func (*Object) XXX_DiscardUnknown

func (m *Object) XXX_DiscardUnknown()

func (*Object) XXX_Marshal

func (m *Object) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Object) XXX_Merge

func (m *Object) XXX_Merge(src proto.Message)

func (*Object) XXX_Size

func (m *Object) XXX_Size() int

func (*Object) XXX_Unmarshal

func (m *Object) XXX_Unmarshal(b []byte) error