Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubUser ¶
type GitHubUser struct { Id uint32 `json:"id" gorm:"primaryKey"` Login string `json:"login"` Email string `json:"email"` NodeId string `json:"node_id"` AvatarURL string `json:"avatar_url"` GravatarId string `json:"gravatar_id"` Url string `json:"url"` HtmlUrl string `json:"html_url"` FollowersUrl string `json:"followers_url"` Type string `json:"type"` SiteAdmin bool `json:"site_admin"` CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"updated_at"` }
type SessionKey ¶
type SessionKey string
Click to show internal directories.
Click to hide internal directories.