Documentation ¶
Index ¶
- func AuthorsHandler(cfg *viper.Viper, repoInfo *repos.BooksLevelBleve, repoBooks *repos.LibraryFs) echo.HandlerFunc
- func BookDetailsHandler(repoBooks *repos.BooksLevelBleve, repoLib *repos.LibraryFs) echo.HandlerFunc
- func BooksHandler(cfg *viper.Viper, libs entities.Libraries, repoInfo *repos.BooksLevelBleve, ...) echo.HandlerFunc
- func DownloadHandler(libs entities.Libraries, repo *repos.BooksLevelBleve, cfg *viper.Viper, ...) echo.HandlerFunc
- func GenresHandler(cfg *viper.Viper, repo *repos.BooksLevelBleve) echo.HandlerFunc
- func RemoveBookHandler(repo *repos.BooksLevelBleve) echo.HandlerFunc
- func SeriesHandler(cfg *viper.Viper, repo *repos.BooksLevelBleve) echo.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthorsHandler ¶ added in v1.13.0
func BookDetailsHandler ¶
func BookDetailsHandler( repoBooks *repos.BooksLevelBleve, repoLib *repos.LibraryFs, ) echo.HandlerFunc
func BooksHandler ¶ added in v1.13.0
func DownloadHandler ¶ added in v1.12.0
func GenresHandler ¶ added in v1.13.0
func GenresHandler(cfg *viper.Viper, repo *repos.BooksLevelBleve) echo.HandlerFunc
func RemoveBookHandler ¶ added in v1.13.0
func RemoveBookHandler(repo *repos.BooksLevelBleve) echo.HandlerFunc
func SeriesHandler ¶ added in v1.13.0
func SeriesHandler(cfg *viper.Viper, repo *repos.BooksLevelBleve) echo.HandlerFunc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.