Versions in this module Expand all Collapse all v0 v0.1.0 Aug 19, 2026 Changes in this version + var ErrLoggerRequired = errors.New("logger is required") + var ErrStoreRequired = errors.New("log store 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 + FileManagerURL string + FuncLayout func(w http.ResponseWriter, r *http.Request, title string, body string, ...) string + LogAdminURL string + Logger *slog.Logger + Store logstore.StoreInterface