Documentation ¶
Index ¶
- Constants
- func CloseAccountGate(accountId uint64) error
- func DelAccount(userId uint64) error
- func DelApi(method, uri string) error
- func DelApiCount(appKey, method, uri string) error
- func DelApp(appId string) error
- func DelMpOpenId(scene string) error
- func DelUser(userId string) error
- func GetAccount(userId uint64, data *models.Account) error
- func GetAccountGate(accountId uint64) (error, bool)
- func GetApi(method, uri string, data *models.Api) error
- func GetApiCount(appKey, method, uri string, data *models.ApiCount) error
- func GetApp(appId string, as *models.App) error
- func GetMpAccessToken(appId string) string
- func GetMpOpenId(scene string) (string, error)
- func GetUser(userId string, user *models.User) error
- func OpenAccountGate(accountId uint64) error
- func SetAccount(userId uint64, data models.Account) error
- func SetApi(method, uri string, data models.Api) error
- func SetApiCount(appKey, method, uri string, data models.ApiCount) error
- func SetApp(appId string, as models.App)
- func SetMpAccessToken(appId string, token string)
- func SetMpOpenId(scene, openId string)
- func SetUser(userId string, user models.User)
- func TeamMemberKey(teamId, userId int) string
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func CloseAccountGate ¶
func DelAccount ¶
func DelApiCount ¶
func DelMpOpenId ¶
func GetAccountGate ¶
func GetMpAccessToken ¶
func GetMpOpenId ¶
func OpenAccountGate ¶
func SetMpAccessToken ¶
func SetMpOpenId ¶
func SetMpOpenId(scene, openId string)
func TeamMemberKey ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.