Documentation ¶
Overview ¶
Package issue330 is a generated protocol buffer package.
It is generated from these files:
issue330.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) GetType() TypeIdentifier
- 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 (m *Object) String() string
- func (m *Object) Unmarshal(dAtA []byte) error
- type TypeIdentifier
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthIssue330 = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowIssue330 = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Object ¶
type Object struct {
Type TypeIdentifier `protobuf:"varint,1,opt,name=type,proto3,casttype=TypeIdentifier" json:"type,omitempty"`
}
func NewPopulatedObject ¶
func (*Object) Descriptor ¶
func (*Object) GetType ¶
func (m *Object) GetType() TypeIdentifier
func (*Object) ProtoMessage ¶
func (*Object) ProtoMessage()
type TypeIdentifier ¶
type TypeIdentifier uint32
const ( UnknownType TypeIdentifier = 0 UserType TypeIdentifier = 20 )
func (TypeIdentifier) String ¶
func (t TypeIdentifier) String() string
Click to show internal directories.
Click to hide internal directories.