Documentation ¶
Index ¶
- type AdminController
- type AuthController
- func (*AuthController) LoginOperation(w http.ResponseWriter, r *http.Request)
- func (*AuthController) LoginView(w http.ResponseWriter, _ *http.Request)
- func (*AuthController) LogoutOperation(w http.ResponseWriter, r *http.Request)
- func (*AuthController) RegisterOperation(w http.ResponseWriter, r *http.Request)
- func (*AuthController) RegisterView(w http.ResponseWriter, _ *http.Request)
- type HomeController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminController ¶
type AdminController struct {
controller.Controller
}
func (*AdminController) Index ¶
func (*AdminController) Index(w http.ResponseWriter, r *http.Request)
type AuthController ¶
type AuthController struct {
controller.Controller
}
func (*AuthController) LoginOperation ¶
func (*AuthController) LoginOperation(w http.ResponseWriter, r *http.Request)
func (*AuthController) LoginView ¶
func (*AuthController) LoginView(w http.ResponseWriter, _ *http.Request)
func (*AuthController) LogoutOperation ¶
func (*AuthController) LogoutOperation(w http.ResponseWriter, r *http.Request)
func (*AuthController) RegisterOperation ¶
func (*AuthController) RegisterOperation(w http.ResponseWriter, r *http.Request)
func (*AuthController) RegisterView ¶
func (*AuthController) RegisterView(w http.ResponseWriter, _ *http.Request)
type HomeController ¶
type HomeController struct {
controller.Controller
}
func (*HomeController) Index ¶
func (*HomeController) Index(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.