package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Jan 11, 2019
License: NCSA
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 UserInfo struct {
ID string `json:"id"`
Username string `json:"username"`
FirstName string `json:"firstName"`
LastName string `json:"lastName"`
Email string `json:"email"`
}
type UserRoles struct {
ID string `json:"id"`
Roles []string `json:"roles"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.