Documentation
¶
Overview ¶
-- Auto generated by gopb --// -- DO NOT EDIT --//
Index ¶
- Variables
- type GM_Common
- func (*GM_Common) Descriptor() ([]byte, []int)
- func (m *GM_Common) GetParams() []string
- func (m *GM_Common) GetResult() int32
- func (*GM_Common) ProtoMessage()
- func (m *GM_Common) Reset()
- func (m *GM_Common) String() string
- func (m *GM_Common) XXX_DiscardUnknown()
- func (m *GM_Common) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GM_Common) XXX_Merge(src proto.Message)
- func (m *GM_Common) XXX_Size() int
- func (m *GM_Common) XXX_Unmarshal(b []byte) error
- type GM_LoginReq
- func (*GM_LoginReq) Descriptor() ([]byte, []int)
- func (m *GM_LoginReq) GetAccount() string
- func (m *GM_LoginReq) GetPassword() string
- func (*GM_LoginReq) ProtoMessage()
- func (m *GM_LoginReq) Reset()
- func (m *GM_LoginReq) String() string
- func (m *GM_LoginReq) XXX_DiscardUnknown()
- func (m *GM_LoginReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GM_LoginReq) XXX_Merge(src proto.Message)
- func (m *GM_LoginReq) XXX_Size() int
- func (m *GM_LoginReq) XXX_Unmarshal(b []byte) error
- type GM_LoginResp
- func (*GM_LoginResp) Descriptor() ([]byte, []int)
- func (m *GM_LoginResp) GetID() int32
- func (m *GM_LoginResp) GetStatus() int32
- func (*GM_LoginResp) ProtoMessage()
- func (m *GM_LoginResp) Reset()
- func (m *GM_LoginResp) String() string
- func (m *GM_LoginResp) XXX_DiscardUnknown()
- func (m *GM_LoginResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GM_LoginResp) XXX_Merge(src proto.Message)
- func (m *GM_LoginResp) XXX_Size() int
- func (m *GM_LoginResp) XXX_Unmarshal(b []byte) error
- type MIDEnum
Constants ¶
This section is empty.
Variables ¶
View Source
var MID _MID
Functions ¶
This section is empty.
Types ¶
type GM_Common ¶
type GM_Common struct {
Result *int32 `protobuf:"varint,1,req,name=Result" json:"Result,omitempty"`
Params []string `protobuf:"bytes,2,rep,name=Params" json:"Params"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
请求结果通知
func (*GM_Common) Descriptor ¶
func (*GM_Common) ProtoMessage ¶
func (*GM_Common) ProtoMessage()
func (*GM_Common) XXX_DiscardUnknown ¶
func (m *GM_Common) XXX_DiscardUnknown()
func (*GM_Common) XXX_Marshal ¶
func (*GM_Common) XXX_Unmarshal ¶
type GM_LoginReq ¶
type GM_LoginReq struct {
Account *string `protobuf:"bytes,1,req,name=Account" json:"Account,omitempty"`
Password *string `protobuf:"bytes,2,req,name=Password" json:"Password,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
请求登录
func (*GM_LoginReq) Descriptor ¶
func (*GM_LoginReq) Descriptor() ([]byte, []int)
func (*GM_LoginReq) GetAccount ¶
func (m *GM_LoginReq) GetAccount() string
func (*GM_LoginReq) GetPassword ¶
func (m *GM_LoginReq) GetPassword() string
func (*GM_LoginReq) ProtoMessage ¶
func (*GM_LoginReq) ProtoMessage()
func (*GM_LoginReq) Reset ¶
func (m *GM_LoginReq) Reset()
func (*GM_LoginReq) String ¶
func (m *GM_LoginReq) String() string
func (*GM_LoginReq) XXX_DiscardUnknown ¶
func (m *GM_LoginReq) XXX_DiscardUnknown()
func (*GM_LoginReq) XXX_Marshal ¶
func (m *GM_LoginReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GM_LoginReq) XXX_Merge ¶
func (m *GM_LoginReq) XXX_Merge(src proto.Message)
func (*GM_LoginReq) XXX_Size ¶
func (m *GM_LoginReq) XXX_Size() int
func (*GM_LoginReq) XXX_Unmarshal ¶
func (m *GM_LoginReq) XXX_Unmarshal(b []byte) error
type GM_LoginResp ¶
type GM_LoginResp struct {
ID *int32 `protobuf:"varint,1,req,name=ID" json:"ID,omitempty"`
Status *int32 `protobuf:"varint,2,opt,name=Status" json:"Status,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
响应登录
func (*GM_LoginResp) Descriptor ¶
func (*GM_LoginResp) Descriptor() ([]byte, []int)
func (*GM_LoginResp) GetID ¶
func (m *GM_LoginResp) GetID() int32
func (*GM_LoginResp) GetStatus ¶
func (m *GM_LoginResp) GetStatus() int32
func (*GM_LoginResp) ProtoMessage ¶
func (*GM_LoginResp) ProtoMessage()
func (*GM_LoginResp) Reset ¶
func (m *GM_LoginResp) Reset()
func (*GM_LoginResp) String ¶
func (m *GM_LoginResp) String() string
func (*GM_LoginResp) XXX_DiscardUnknown ¶
func (m *GM_LoginResp) XXX_DiscardUnknown()
func (*GM_LoginResp) XXX_Marshal ¶
func (m *GM_LoginResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GM_LoginResp) XXX_Merge ¶
func (m *GM_LoginResp) XXX_Merge(src proto.Message)
func (*GM_LoginResp) XXX_Size ¶
func (m *GM_LoginResp) XXX_Size() int
func (*GM_LoginResp) XXX_Unmarshal ¶
func (m *GM_LoginResp) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.