rest

package
v5.0.0-...-b98a0e9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2024 License: AGPL-3.0 Imports: 38 Imported by: 0

Documentation

Overview

Package rest exposes a simple API used by admins to query the whole tree directly without going through routers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct {
	rest_meta.Handler
}

func (*Handler) BulkStatNodes

func (h *Handler) BulkStatNodes(req *restful.Request, resp *restful.Response) error

func (*Handler) CreateNodes

func (h *Handler) CreateNodes(req *restful.Request, resp *restful.Response) error

func (*Handler) CreateSelection

func (h *Handler) CreateSelection(req *restful.Request, resp *restful.Response) error

CreateSelection creates a temporary selection to be stored and used by a later action, currently only download.

func (*Handler) DeleteNodes

func (h *Handler) DeleteNodes(req *restful.Request, resp *restful.Response) error

DeleteNodes either moves to recycle bin or definitively removes nodes.

func (*Handler) Filter

func (h *Handler) Filter() func(string) string

Filter returns a function to filter the swagger path

func (*Handler) HeadNode

func (h *Handler) HeadNode(req *restful.Request, resp *restful.Response) error

func (*Handler) ListAdminTree

func (h *Handler) ListAdminTree(req *restful.Request, resp *restful.Response) error

func (*Handler) RestoreNodes

func (h *Handler) RestoreNodes(req *restful.Request, resp *restful.Response) error

RestoreNodes moves corresponding nodes to their initial location before deletion.

func (*Handler) StatAdminTree

func (h *Handler) StatAdminTree(req *restful.Request, resp *restful.Response) error

func (*Handler) SwaggerTags

func (h *Handler) SwaggerTags() []string

SwaggerTags list the names of the service tags declared in the swagger json implemented by this service

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL