Documentation ¶
Index ¶
Constants ¶
View Source
const ( ModelIdAuthRequest = 1 ModelIdAuthResponse = 2 ModelIdUserInfo = 3 ModelIdGetUsersResult = 4 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthRequest ¶
func (*AuthRequest) DeserializeBinary ¶
func (m *AuthRequest) DeserializeBinary(data []byte) error
func (*AuthRequest) GetModelId ¶
func (m *AuthRequest) GetModelId() int
func (*AuthRequest) SerializeBinary ¶
func (m *AuthRequest) SerializeBinary() ([]byte, error)
type AuthResponse ¶
func (*AuthResponse) DeserializeBinary ¶
func (m *AuthResponse) DeserializeBinary(data []byte) error
func (*AuthResponse) GetModelId ¶
func (m *AuthResponse) GetModelId() int
func (*AuthResponse) SerializeBinary ¶
func (m *AuthResponse) SerializeBinary() ([]byte, error)
type GetUsersResult ¶
func (*GetUsersResult) DeserializeBinary ¶
func (m *GetUsersResult) DeserializeBinary(data []byte) error
func (*GetUsersResult) GetModelId ¶
func (m *GetUsersResult) GetModelId() int
func (*GetUsersResult) SerializeBinary ¶
func (m *GetUsersResult) SerializeBinary() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.