Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Patch ¶
type Patch struct { Unsubscribed *bool Name *string Active *bool Organisation *string Language *language.Tag }
Patch contains updates that can be performed to a user
type Profile ¶
type Profile struct { ID string `json:"user_id"` Name string `json:"name"` Active bool `json:"active"` Joined time.Time `json:"joined"` LastLogin *time.Time `json:"lastLogin"` }
Profile conveys information about a user within the system
Click to show internal directories.
Click to hide internal directories.