package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Sep 17, 2015
License: BSD-4-Clause, MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type User struct {
ID string `json:"id"`
Username string `json:"username"`
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
Email string `json:"email"`
AuthToken string `json:"auth_token"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.