Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringValue ¶
StringValue returns the value of the string pointer passed in or "" if the pointer is nil.
Types ¶
type Authentication ¶
Authentication used to parse Authentication requests
type User ¶
type User struct {
ID *string `json:"id,omitempty" gorethink:"id,omitempty"`
Login *string `json:"login,omitempty" gorethink:"login"`
Email *string `json:"email,omitempty" gorethink:"email"`
Name *string `json:"name,omitempty" gorethink:"name,omitempty"`
Password *string `json:"password,omitempty" gorethink:"password"`
}
User represents a authinator user.
Click to show internal directories.
Click to hide internal directories.