package
Version:
v0.0.0-...-5c7d83b
Opens a new window with list of versions in this module.
Published: Nov 15, 2014
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 7
Opens a new window with list of known importers.
Documentation
¶
type Auth struct {
Username string `json:"username"`
Token string `json:"token"`
}
Auth holds the authentication information for a user. It is
passed back to a client when they successfully login.
type User struct {
Email string `json:"email"`
Fullname string `json:"fullname"`
}
User describes an individual user in the system.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.