Versions in this module Expand all Collapse all v0 v0.1.0 Aug 19, 2026 Changes in this version + var ErrStorageRequired = errors.New("storage is required") + type AdminInterface interface + Handle func(w http.ResponseWriter, r *http.Request) + func New(opts AdminOptions) (AdminInterface, error) + type AdminOptions struct + AdminHomeURL string + AuthUserID func(r *http.Request) string + FileAdminURL string + FuncLayout func(w http.ResponseWriter, r *http.Request, title string, body string, ...) string + RootDirPath string + Storage filesystem.StorageInterface