Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct {
Username string `bson:"username" json:"username"`
Password string `bson:"password" json:"password"`
Role string `bson:"role" json:"role"`
}
User represents a user with a username and password
Click to show internal directories.
Click to hide internal directories.