Documentation ¶
Index ¶
- func CreateUser(name string, email string, hashedPassword []uint8, isFacebook bool) (interface{}, error)
- func IsAuthenticated(email string, password []byte) (bool, error)
- func QueryRole(userId int) (interface{}, error)
- func QueryUser(email string) (interface{}, error)
- func QueryUserById(userID int) (interface{}, error)
- func QueryUsers() (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateUser ¶
func QueryUserById ¶
func QueryUsers ¶
func QueryUsers() (interface{}, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.