Documentation
¶
Index ¶
- type G_Master_Role
- func (*G_Master_Role) Descriptor() ([]byte, []int)
- func (*G_Master_Role) ProtoMessage()
- func (m *G_Master_Role) Reset()
- func (m *G_Master_Role) String() string
- func (m *G_Master_Role) XXX_DiscardUnknown()
- func (m *G_Master_Role) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *G_Master_Role) XXX_Merge(src proto.Message)
- func (m *G_Master_Role) XXX_Size() int
- func (m *G_Master_Role) XXX_Unmarshal(b []byte) error
- type Role
- func (*Role) Descriptor() ([]byte, []int)
- func (m *Role) GetCup() int32
- func (m *Role) GetModelId() int32
- func (m *Role) GetModelLv() int32
- func (m *Role) GetUid() uint64
- func (m *Role) GetUname() string
- func (*Role) ProtoMessage()
- func (m *Role) Reset()
- func (m *Role) String() string
- func (m *Role) XXX_DiscardUnknown()
- func (m *Role) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Role) XXX_Merge(src proto.Message)
- func (m *Role) XXX_Size() int
- func (m *Role) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type G_Master_Role ¶
type G_Master_Role struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*G_Master_Role) Descriptor ¶
func (*G_Master_Role) Descriptor() ([]byte, []int)
func (*G_Master_Role) ProtoMessage ¶
func (*G_Master_Role) ProtoMessage()
func (*G_Master_Role) Reset ¶
func (m *G_Master_Role) Reset()
func (*G_Master_Role) String ¶
func (m *G_Master_Role) String() string
func (*G_Master_Role) XXX_DiscardUnknown ¶
func (m *G_Master_Role) XXX_DiscardUnknown()
func (*G_Master_Role) XXX_Marshal ¶
func (m *G_Master_Role) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*G_Master_Role) XXX_Merge ¶
func (m *G_Master_Role) XXX_Merge(src proto.Message)
func (*G_Master_Role) XXX_Size ¶
func (m *G_Master_Role) XXX_Size() int
func (*G_Master_Role) XXX_Unmarshal ¶
func (m *G_Master_Role) XXX_Unmarshal(b []byte) error
type Role ¶
type Role struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` ModelId int32 `protobuf:"varint,2,opt,name=modelId,proto3" json:"modelId,omitempty"` ModelLv int32 `protobuf:"varint,3,opt,name=modelLv,proto3" json:"modelLv,omitempty"` Cup int32 `protobuf:"varint,4,opt,name=cup,proto3" json:"cup,omitempty"` Uname string `protobuf:"bytes,5,opt,name=uname,proto3" json:"uname,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Role) Descriptor ¶
func (*Role) GetModelId ¶
func (*Role) GetModelLv ¶
func (*Role) ProtoMessage ¶
func (*Role) ProtoMessage()
func (*Role) XXX_DiscardUnknown ¶
func (m *Role) XXX_DiscardUnknown()
func (*Role) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.