package
Version:
v2.1.0+incompatible
Opens a new window with list of versions in this module.
Published: Mar 19, 2018
License: MIT
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Credentials struct {
Login string `json:"login"`
Password string `json:"password"`
}
type User struct {
ID string `json:"id"`
DisplayName string `json:"displayName"`
Login string `json:"login"`
Role string `json:"role"`
CreatedAt int64 `json:"createdAt"`
LastDisconection int64 `json:"lastDisconnection"`
Password string `json:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.