Documentation ¶
Index ¶
- func GetUrl(prefix string, suffix string) string
- type 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, p permission.Permission)
- func (h *Handler) Upload(ctx *context.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct { HTML func(ctx *context.Context, panel types.Panel, options ...template.ExecuteOptions) // contains filtered or unexported fields }
func NewHandler ¶
func NewHandler(root root.Roots, p permission.Permission) *Handler
func (*Handler) CreateDirPopUp ¶
func (*Handler) RenamePopUp ¶
func (*Handler) Update ¶
func (h *Handler) Update(root root.Roots, p permission.Permission)
Click to show internal directories.
Click to hide internal directories.