Documentation ¶
Index ¶
Constants ¶
View Source
const ( OperSignUp = iota OperSignIn OperCreateArticle OperUpdateArticle OperDeleteArticle )
Variables ¶
This section is empty.
Functions ¶
func FindUserName ¶
Types ¶
type CustomerLog ¶
type SearchCount ¶
type SignoutUser ¶
type SignoutUser struct {
Id string
}
type User ¶
func DbFindUser ¶
type UserAddress ¶
type UserAddress struct { Id string Name string Address string City string Province string Postal string Country string Phone string IsDefault int64 }
func GetUserAddr ¶
func GetUserAddr(userid int64) *UserAddress
type VerifyUser ¶
type VerifyUser struct {
Email, Pass string
}
Click to show internal directories.
Click to hide internal directories.