Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { // TODO needs better naming, clarify if we need a userid, a username or both ID string `json:"id" xml:"id"` DisplayName string `json:"display-name" xml:"display-name"` Email string `json:"email" xml:"email"` UserType string `json:"user-type" xml:"user-type"` }
User holds user data
Click to show internal directories.
Click to hide internal directories.