Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct {
ID string `json:"id"`
Username string `json:"username"`
Email string `json:"email"`
// contains filtered or unexported fields
}
User of the app
func (*User) HasProfile ¶
HasProfile check if User has given profile
Click to show internal directories.
Click to hide internal directories.