Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct {
// contains filtered or unexported fields
}
User struct
func (*User) AllUsers ¶
func (u *User) AllUsers(w http.ResponseWriter, r *http.Request)
AllUsers - get all users on system
func (*User) GetUserByID ¶
func (u *User) GetUserByID(w http.ResponseWriter, r *http.Request)
GetUserByID from table users
Click to show internal directories.
Click to hide internal directories.