Versions in this module Expand all Collapse all v0 v0.1.6 Mar 7, 2021 v0.1.5 Mar 6, 2021 Changes in this version + func GetUrl(prefix string, suffix string) string + type Handler struct + HTML func(ctx *context.Context, panel types.Panel, options ...template.ExecuteOptions) + func NewHandler(root root.Roots, permission permission.Permission) *Handler + func (h *Handler) CreateDir(ctx *context.Context) + func (h *Handler) CreateDirPopUp(ctx *context.Context) + func (h *Handler) Delete(ctx *context.Context) + func (h *Handler) Download(ctx *context.Context) + func (h *Handler) ListFiles(ctx *context.Context) + func (h *Handler) Move(ctx *context.Context) + func (h *Handler) MovePopup(ctx *context.Context) + func (h *Handler) Prefix(ctx *context.Context) string + func (h *Handler) Preview(ctx *context.Context) + func (h *Handler) Rename(ctx *context.Context) + func (h *Handler) RenamePopUp(ctx *context.Context) + func (h *Handler) Update(root root.Roots, permission permission.Permission) + func (h *Handler) Upload(ctx *context.Context)