Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { // Email address of this User. // // Can be null if the currently authenticated User does not have access to this // information. Email *string `json:"email"` // First name of this User. FirstName string `json:"firstName"` // Uniquely identifies this User. ID string `json:"id"` // First name of this User. LastName string `json:"lastName"` }
An individual user registered with Chorro.
Click to show internal directories.
Click to hide internal directories.