Documentation
¶
Overview ¶
Package rest provides a REST API for querying the tree metadata.
It is currently used as the main access point for listing folders in the frontend, as S3 listings cannot carry nodes metadata in one single request.
Index ¶
- type Handler
- func (h *Handler) DeleteMeta(req *restful.Request, resp *restful.Response)
- func (h *Handler) Filter() func(string) string
- func (h *Handler) GetBulkMeta(req *restful.Request, resp *restful.Response)
- func (h *Handler) GetMeta(req *restful.Request, resp *restful.Response)
- func (h *Handler) GetRouter() *views.Router
- func (h *Handler) SetMeta(req *restful.Request, resp *restful.Response)
- func (h *Handler) SwaggerTags() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Source Files
¶
- plugins.go
- rest.go
Click to show internal directories.
Click to hide internal directories.