Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { Username string `json:"username"` Password string `json:"password"` Token string `json:"token"` SSOURL string `json:"ssourl"` APIURL string `json:"apiurl"` Verified bool `json:"verified"` }
Represents a user in the list of precreated users (e.g. Stage 'users.json')
func LoadStageUsers ¶
Load 'users.json' into a slice of User structs
Click to show internal directories.
Click to hide internal directories.