Documentation ¶
Overview ¶
Package int64support is a generated protocol buffer package.
It is generated from these files:
object.proto
It has these top-level messages:
Object
Index ¶
- Variables
- type Object
- func (*Object) Descriptor() ([]byte, []int)
- func (this *Object) Equal(that interface{}) bool
- func (m *Object) GetOptionalNumber() int64
- func (this *Object) GoString() string
- func (m *Object) Marshal() (dAtA []byte, err error)
- func (m *Object) MarshalTo(dAtA []byte) (int, error)
- func (*Object) ProtoMessage()
- func (m *Object) Reset()
- func (m *Object) Size() (n int)
- func (this *Object) String() string
- func (m *Object) Unmarshal(dAtA []byte) error
- func (this *Object) VerboseEqual(that interface{}) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthObject = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowObject = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Object ¶
type Object struct {
OptionalNumber *int64 `protobuf:"varint,1,opt,name=optional_number,json=optionalNumber" json:"optional_number,omitempty"`
}
func NewPopulatedObject ¶
func (*Object) Descriptor ¶
func (*Object) GetOptionalNumber ¶
func (*Object) ProtoMessage ¶
func (*Object) ProtoMessage()
func (*Object) VerboseEqual ¶
Click to show internal directories.
Click to hide internal directories.