Documentation ¶
Index ¶
- func NewAdminHandler(r router.Router) http.HandlerFunc
- func NewConfigHandler(r router.Router) http.HandlerFunc
- func NewConfigUsersDeleteHandler(r router.Router) http.HandlerFunc
- func NewConfigUsersEditHandler(r router.Router) http.HandlerFunc
- func NewConfigUsersHandler(r router.Router) http.HandlerFunc
- func NewContentsHandler(r router.Router) http.HandlerFunc
- func NewDeleteHandler(r router.Router) http.HandlerFunc
- func NewDeleteUploadHandler(r router.Router) http.HandlerFunc
- func NewEditHandler(r router.Router) http.HandlerFunc
- func NewEditUploadHandler(r router.Router) http.HandlerFunc
- func NewExportHandler(r router.Router) http.HandlerFunc
- func NewForgotPasswordHandler(r router.Router) http.HandlerFunc
- func NewInitHandler(r router.Router) http.HandlerFunc
- func NewLoginHandler(r router.Router) http.HandlerFunc
- func NewLogoutHandler(r router.Router) http.HandlerFunc
- func NewRecoveryKeyHandler(r router.Router) http.HandlerFunc
- func NewSearchHandler(r router.Router) http.HandlerFunc
- func NewUploadContentsHandler(r router.Router) http.HandlerFunc
- func NewUploadSearchHandler(r router.Router) http.HandlerFunc
- func RegisterRoutes(r router.Router, staticFileSystem driver.StaticFileSystemInterface, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAdminHandler ¶
func NewAdminHandler(r router.Router) http.HandlerFunc
func NewConfigHandler ¶
func NewConfigHandler(r router.Router) http.HandlerFunc
func NewConfigUsersDeleteHandler ¶
func NewConfigUsersDeleteHandler(r router.Router) http.HandlerFunc
func NewConfigUsersEditHandler ¶
func NewConfigUsersEditHandler(r router.Router) http.HandlerFunc
func NewConfigUsersHandler ¶
func NewConfigUsersHandler(r router.Router) http.HandlerFunc
func NewContentsHandler ¶
func NewContentsHandler(r router.Router) http.HandlerFunc
func NewDeleteHandler ¶
func NewDeleteHandler(r router.Router) http.HandlerFunc
func NewDeleteUploadHandler ¶
func NewDeleteUploadHandler(r router.Router) http.HandlerFunc
func NewEditHandler ¶
func NewEditHandler(r router.Router) http.HandlerFunc
func NewEditUploadHandler ¶
func NewEditUploadHandler(r router.Router) http.HandlerFunc
func NewExportHandler ¶
func NewExportHandler(r router.Router) http.HandlerFunc
func NewForgotPasswordHandler ¶
func NewForgotPasswordHandler(r router.Router) http.HandlerFunc
func NewInitHandler ¶
func NewInitHandler(r router.Router) http.HandlerFunc
func NewLoginHandler ¶
func NewLoginHandler(r router.Router) http.HandlerFunc
func NewLogoutHandler ¶
func NewLogoutHandler(r router.Router) http.HandlerFunc
func NewRecoveryKeyHandler ¶
func NewRecoveryKeyHandler(r router.Router) http.HandlerFunc
func NewSearchHandler ¶
func NewSearchHandler(r router.Router) http.HandlerFunc
func NewUploadContentsHandler ¶
func NewUploadContentsHandler(r router.Router) http.HandlerFunc
func NewUploadSearchHandler ¶
func NewUploadSearchHandler(r router.Router) http.HandlerFunc
func RegisterRoutes ¶
func RegisterRoutes( r router.Router, staticFileSystem driver.StaticFileSystemInterface, uploadsStaticFileSystem driver.StaticFileSystemInterface, ) error
Types ¶
This section is empty.
Source Files ¶
- admin_handler.go
- config_handler.go
- config_users_delete_handler.go
- config_users_edit_handler.go
- config_users_handler.go
- contents_handler.go
- delete_handler.go
- delete_upload_handler.go
- edit_handler.go
- edit_upload.go
- export_handler.go
- forgot_password_handler.go
- init_handler.go
- login_handler.go
- logout_handler.go
- recovery_key_handler.go
- routes.go
- search_handler.go
- upload_content_handler.go
- upload_search_handler.go
Click to show internal directories.
Click to hide internal directories.