public

package
v0.0.0-...-498d3e1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2026 License: MIT Imports: 33 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var FXModule = fx.Module("public_ui_handler",
	fx.Provide(
		newHomeController,
		newAuthController,
		newBookController,
		newChaptersController,
		newSearchController,
		newTagsController,
		newProfileController,
		newLibraryController,
		newCollectionController,
		newBookManagerController,
		newModController,
		newAPIBookController,
		newAPIReadingListController,
		newAPIReaderPreferencesController,
		newAPITagsController,
		newAPIBookManagerController,
		newAPICollectionController,
		newAPICommentsController,
		newApiControllerI18N,
		account.NewSettingsController,
		webinfra.AsMountableHandler(newHandler),
	))

Functions

This section is empty.

Types

type ApiPayloadGetBooks

type ApiPayloadGetBooks struct {
	Page   uint32 `in:"query=page"`
	Size   uint32 `in:"query=size"`
	Search string `in:"query=search"`
}

type ApiResponseGetBooks

type ApiResponseGetBooks struct {
	Books      []app.ManagerBookDto `json:"books"`
	TotalPages uint32               `json:"totalPages"`
	Page       uint32               `json:"page"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL