Documentation ¶
Index ¶
- func AuthMiddleware(requiredRole string) fiber.Handler
- func ComicHandler(c *fiber.Ctx) error
- func CreateUserHandler(c *fiber.Ctx) error
- func HandleAddFolder(c *fiber.Ctx) error
- func HandleAdmin(c *fiber.Ctx) error
- func HandleCancelEdit(c *fiber.Ctx) error
- func HandleChapter(c *fiber.Ctx) error
- func HandleCreateLibrary(c *fiber.Ctx) error
- func HandleDeleteLibrary(c *fiber.Ctx) error
- func HandleEditLibrary(c *fiber.Ctx) error
- func HandleEditMetadataManga(c *fiber.Ctx) error
- func HandleHome(c *fiber.Ctx) error
- func HandleManga(c *fiber.Ctx) error
- func HandleMangaSearch(c *fiber.Ctx) error
- func HandleMangas(c *fiber.Ctx) error
- func HandleNotFound(c *fiber.Ctx) error
- func HandleRemoveFolder(c *fiber.Ctx) error
- func HandleUpdateLibrary(c *fiber.Ctx) error
- func HandleUpdateMetadataManga(c *fiber.Ctx) error
- func HandleView(c *fiber.Ctx, content templ.Component) error
- func Initialize(app *fiber.App, cacheDirectory string)
- func LoginHandler(c *fiber.Ctx) error
- func LoginUserHandler(c *fiber.Ctx) error
- func LogoutHandler(c *fiber.Ctx) error
- func RegisterHandler(c *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthMiddleware ¶
func AuthMiddleware(requiredRole string) fiber.Handler
AuthMiddleware handles token validation and refreshing
func ComicHandler ¶
func ComicHandler(c *fiber.Ctx) error
ComicHandler processes requests to serve comic book pages based on the provided query parameters.
func CreateUserHandler ¶
func CreateUserHandler(c *fiber.Ctx) error
func HandleAddFolder ¶
func HandleAddFolder(c *fiber.Ctx) error
func HandleAdmin ¶
func HandleAdmin(c *fiber.Ctx) error
func HandleCancelEdit ¶
func HandleCancelEdit(c *fiber.Ctx) error
func HandleChapter ¶
func HandleChapter(c *fiber.Ctx) error
func HandleCreateLibrary ¶
func HandleCreateLibrary(c *fiber.Ctx) error
func HandleDeleteLibrary ¶
func HandleDeleteLibrary(c *fiber.Ctx) error
func HandleEditLibrary ¶
func HandleEditLibrary(c *fiber.Ctx) error
func HandleEditMetadataManga ¶
func HandleEditMetadataManga(c *fiber.Ctx) error
func HandleHome ¶
func HandleHome(c *fiber.Ctx) error
func HandleManga ¶
func HandleManga(c *fiber.Ctx) error
func HandleMangaSearch ¶
func HandleMangaSearch(c *fiber.Ctx) error
func HandleMangas ¶
func HandleMangas(c *fiber.Ctx) error
func HandleNotFound ¶
func HandleNotFound(c *fiber.Ctx) error
func HandleRemoveFolder ¶
func HandleRemoveFolder(c *fiber.Ctx) error
func HandleUpdateLibrary ¶
func HandleUpdateLibrary(c *fiber.Ctx) error
func HandleUpdateMetadataManga ¶
func HandleUpdateMetadataManga(c *fiber.Ctx) error
func HandleView ¶
func Initialize ¶
func Initialize(app *fiber.App, cacheDirectory string)
func LoginHandler ¶
func LoginHandler(c *fiber.Ctx) error
func LoginUserHandler ¶
func LoginUserHandler(c *fiber.Ctx) error
func LogoutHandler ¶
func LogoutHandler(c *fiber.Ctx) error
func RegisterHandler ¶
func RegisterHandler(c *fiber.Ctx) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.