Documentation
¶
Index ¶
- Variables
- func Add(params url.Values) (data any, err error)
- func Addr(params url.Values) (data any, err error)
- func Basic(params url.Values) (data any, err error)
- func Delete(params url.Values) (data any, err error)
- func Deleter(params url.Values) (data any, err error)
- func Downloads(params url.Values) (data any, err error)
- func ResourceDownloads(params url.Values) (data any, err error)
- func Restart(params url.Values) (data any, err error)
- func Restartr(params url.Values) (data any, err error)
- func Search(params url.Values) (any, error)
- func Searchr(params url.Values) (any, error)
- func Start() error
- type ApiFunc
- type FileAddPayload
- type ResourceAddPayload
Constants ¶
This section is empty.
Variables ¶
View Source
var ApiFuncs = map[string]ApiFunc{ "basic": Basic, "search": Search, "searchr": Searchr, "add": Add, "addr": Addr, "delete": Delete, "deleter": Deleter, "restart": Restart, "restartr": Restartr, "downloads": Downloads, "resource_downloads": ResourceDownloads, }
View Source
var Webfs embed.FS
Functions ¶
Types ¶
type FileAddPayload ¶
Click to show internal directories.
Click to hide internal directories.