Documentation ¶ Index ¶ func GetOauthUrl() string type User Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetOauthUrl ¶ func GetOauthUrl() string Types ¶ type User ¶ type User struct { Id string `json:"id"` Name string `json:"name"` Email string `json:"email"` GithubId string `json:"-"` // contains filtered or unexported fields } Source Files ¶ View all Source files user.go Click to show internal directories. Click to hide internal directories.