Documentation
¶
Index ¶
- type DownController
- type FriendsController
- type LoginController
- type NickNameController
- type RegisterController
- type UpdateBagController
- type UpdateBuymenuController
- type UpdateCampaignController
- type UpdateController
- type UpdateCosmeticsController
- type UpdateOptionController
- type UserInfoController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownController ¶
func NewDownController ¶
func NewDownController(userID uint32) DownController
type FriendsController ¶
func NewFriendsController ¶
func NewFriendsController(userID uint32) FriendsController
type LoginController ¶
func NewLoginController ¶
func NewLoginController(username, password string) LoginController
type NickNameController ¶
func NewNickNameController ¶
func NewNickNameController(userID uint32, nickname string) NickNameController
type RegisterController ¶
func NewRegisterController ¶
func NewRegisterController(username, nickname, password string) RegisterController
type UpdateBagController ¶
func NewUpdateBagController ¶
func NewUpdateBagController(UserID uint32, BagID uint16, Slot uint8, ItemID uint16) UpdateBagController
type UpdateBuymenuController ¶
type UpdateBuymenuController interface {
}
func NewUpdateBuymenuController ¶
func NewUpdateBuymenuController(UserID uint32, BuymenuID uint16, Slot uint8, ItemID uint16) UpdateBuymenuController
type UpdateCampaignController ¶
func NewUpdateCampaignController ¶
func NewUpdateCampaignController(UserID uint32, campaignID uint8) UpdateCampaignController
type UpdateController ¶
func NewUpdateController ¶
func NewUpdateController() UpdateController
type UpdateCosmeticsController ¶
func NewUpdateCosmeticsController ¶
func NewUpdateCosmeticsController(UserID uint32, CosmeticsID uint8, cosmetics *user.UserCosmetics) UpdateCosmeticsController
type UpdateOptionController ¶
func NewUpdateOptionController ¶
func NewUpdateOptionController(userID uint32, data []byte) UpdateOptionController
type UserInfoController ¶
func NewUserInfoController ¶
func NewUserInfoController(id uint32) UserInfoController
Click to show internal directories.
Click to hide internal directories.