Documentation ¶
Index ¶
- type AuthController
- func (c *AuthController) Activate(w http.ResponseWriter, r *http.Request)
- func (c *AuthController) CheckPermission(w http.ResponseWriter, r *http.Request)
- func (c *AuthController) Login(w http.ResponseWriter, r *http.Request)
- func (c *AuthController) Logout(w http.ResponseWriter, r *http.Request)
- func (c *AuthController) Register(w http.ResponseWriter, r *http.Request)
- type HealthController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthController ¶
type AuthController struct {
// contains filtered or unexported fields
}
func NewAuthController ¶
func NewAuthController(authService *service.Auth) *AuthController
func (*AuthController) Activate ¶
func (c *AuthController) Activate(w http.ResponseWriter, r *http.Request)
func (*AuthController) CheckPermission ¶
func (c *AuthController) CheckPermission(w http.ResponseWriter, r *http.Request)
func (*AuthController) Login ¶
func (c *AuthController) Login(w http.ResponseWriter, r *http.Request)
func (*AuthController) Logout ¶
func (c *AuthController) Logout(w http.ResponseWriter, r *http.Request)
func (*AuthController) Register ¶
func (c *AuthController) Register(w http.ResponseWriter, r *http.Request)
type HealthController ¶
type HealthController struct{}
func NewHealthController ¶
func NewHealthController() *HealthController
func (*HealthController) HealthCheck ¶
func (c *HealthController) HealthCheck(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.