Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthHandler ¶
type AuthHandler struct {
Service domain.AuthService
}
func (*AuthHandler) GetUserByEmailHandler ¶
func (a *AuthHandler) GetUserByEmailHandler(w http.ResponseWriter, r *http.Request)
func (*AuthHandler) LoginOAuth2GoogleHandler ¶
func (a *AuthHandler) LoginOAuth2GoogleHandler(w http.ResponseWriter, r *http.Request)
func (*AuthHandler) LogoutUserHandler ¶
func (a *AuthHandler) LogoutUserHandler(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.