Documentation
¶
Index ¶
- Variables
- func GetBook(w http.ResponseWriter, r *http.Request)
- func GetBooks(w http.ResponseWriter, r *http.Request)
- func GetCover(w http.ResponseWriter, r *http.Request)
- func GetDescription(w http.ResponseWriter, r *http.Request)
- func GetDownloads(w http.ResponseWriter, r *http.Request)
- func GetFile(w http.ResponseWriter, r *http.Request)
- func GetSearch(w http.ResponseWriter, r *http.Request)
- func HandleFuncs()
- func Init() error
- func InitTemplates(templatesFS fs.FS)
- func SetPassword(p string)
- func SetUsername(u string)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Auth = middleware.BasicHttpAuth Gzip = middleware.Gzip GetOnly = middleware.GetMethodOnly Log = nod.RequestLog )
Functions ¶
func GetDescription ¶ added in v0.1.16
func GetDescription(w http.ResponseWriter, r *http.Request)
func GetDownloads ¶
func GetDownloads(w http.ResponseWriter, r *http.Request)
func HandleFuncs ¶
func HandleFuncs()
func InitTemplates ¶
func SetPassword ¶ added in v0.1.10
func SetPassword(p string)
func SetUsername ¶ added in v0.1.10
func SetUsername(u string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.