Documentation
¶
Index ¶
- func GET_ACCOUNT_INFORMATION() Template.Account
- func GET_ACCOUNT_IP() Template.AccountIP
- func GET_USER_COMMENT(AccountId string, page int) Template.AccountComment
- func GET_USER_INFORMATION(AccountId string) Template.Users
- func GET_USER_WORKS(AccountId string) Template.AuthorInfo
- func LOGIN_ACCOUNT(username string, password string) string
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GET_ACCOUNT_INFORMATION ¶
func GET_ACCOUNT_IP ¶
func GET_USER_COMMENT ¶
func GET_USER_COMMENT(AccountId string, page int) Template.AccountComment
GET_USER_COMMENT 用户评论信息
func GET_USER_INFORMATION ¶
GET_USER_INFORMATION 公开用户信息
func GET_USER_WORKS ¶
func GET_USER_WORKS(AccountId string) Template.AuthorInfo
GET_USER_WORKS 用户作品信息
func LOGIN_ACCOUNT ¶
Types ¶
type User ¶
type User struct{}
func (*User) ShowUserInformation ¶
func (u *User) ShowUserInformation(AccountData *Template.AccountData)
func (*User) UserInformation ¶
func (u *User) UserInformation() *Template.AccountData
Click to show internal directories.
Click to hide internal directories.