Documentation ¶
Index ¶
- Variables
- type Combo
- func (*Combo) Descriptor() ([]byte, []int)
- func (this *Combo) Equal(that interface{}) bool
- func (m *Combo) GetId() int64
- func (m *Combo) GetName() string
- func (this *Combo) GoString() string
- func (m *Combo) Marshal() (dAtA []byte, err error)
- func (m *Combo) MarshalTo(dAtA []byte) (int, error)
- func (*Combo) ProtoMessage()
- func (m *Combo) Reset()
- func (m *Combo) Size() (n int)
- func (this *Combo) String() string
- func (m *Combo) Unmarshal(dAtA []byte) error
- func (m *Combo) XXX_DiscardUnknown()
- func (m *Combo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Combo) XXX_Merge(src proto.Message)
- func (m *Combo) XXX_Size() int
- func (m *Combo) XXX_Unmarshal(b []byte) error
- type Error
- func (*Error) Descriptor() ([]byte, []int)
- func (this *Error) Equal(that interface{}) bool
- func (m *Error) Error() string
- func (m *Error) GetCode() int32
- func (m *Error) GetMessage() string
- func (this *Error) GoString() string
- func (m *Error) Marshal() (dAtA []byte, err error)
- func (m *Error) MarshalTo(dAtA []byte) (int, error)
- func (*Error) ProtoMessage()
- func (m *Error) Reset()
- func (m *Error) Size() (n int)
- func (this *Error) String() string
- func (m *Error) Unmarshal(dAtA []byte) error
- func (m *Error) XXX_DiscardUnknown()
- func (m *Error) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Error) XXX_Merge(src proto.Message)
- func (m *Error) XXX_Size() int
- func (m *Error) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthBase = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowBase = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Combo ¶
type Combo struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Combo) Descriptor ¶
func (*Combo) ProtoMessage ¶
func (*Combo) ProtoMessage()
func (*Combo) XXX_DiscardUnknown ¶
func (m *Combo) XXX_DiscardUnknown()
func (*Combo) XXX_Marshal ¶
func (*Combo) XXX_Unmarshal ¶
type Error ¶
type Error struct { Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Error) Descriptor ¶
func (*Error) GetMessage ¶
func (*Error) ProtoMessage ¶
func (*Error) ProtoMessage()
func (*Error) XXX_DiscardUnknown ¶
func (m *Error) XXX_DiscardUnknown()
func (*Error) XXX_Marshal ¶
func (*Error) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.