Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
*up.Config
}
Client is a user info client.
type GetResponse ¶
GetResponse is information about a user on Upbound.
type User ¶
type User struct { ID uint `json:"id"` Username string `json:"username"` FirstName string `json:"firstName"` LastName string `json:"lastName"` Email string `json:"email,omitempty"` Biography string `json:"biography,omitempty"` Location string `json:"location,omitempty"` CreatedAt *time.Time `json:"createdAt,omitempty"` UpdatedAt *time.Time `json:"updatedAt,omitempty"` DeletedAt *time.Time `json:"deletedAt,omitempty"` }
User is a user on Upbound.
Click to show internal directories.
Click to hide internal directories.