Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
UI_URL string
)
Functions ¶
func Authenticate ¶
func Authenticate(res http.ResponseWriter, req *http.Request)
Authenticates user with the speicified git provider using goth and calls the AuthCallback function
Types ¶
type AuthService ¶
type Service ¶
type Service interface { AuthCallBack(res http.ResponseWriter, req *http.Request) HubAuthenticate(res http.ResponseWriter, req *http.Request) }
type Services ¶
type Services struct {
Service AuthService `json:"services"`
}
Click to show internal directories.
Click to hide internal directories.