Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APIMessage ¶
type APIMessage struct {
User User `json:"user"`
}
type SSO ¶
type User ¶
type User struct {
ID int `json:"id"`
Name string `json:"name"`
Login string `json:"login"`
Email string `json:"email"`
GravatarID string `json:"gravatar_id"`
IsSyncing bool `json:"is_syncing"`
SyncedAt string `json:"synced_at"`
CorrectScopes bool `json:"correct_scopes"`
CreatedAt string `json:"created_at"`
}
Click to show internal directories.
Click to hide internal directories.