rest

package
v2.3.6+incompatible Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2021 License: AGPL-3.0 Imports: 19 Imported by: 18

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

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

func (*Handler) DeleteMeta

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

func (*Handler) Filter

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

Filter returns a function to filter the swagger path

func (*Handler) GetBulkMeta

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

func (*Handler) GetMeta

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

func (*Handler) GetRouter added in v1.2.0

func (h *Handler) GetRouter() *views.Router

func (*Handler) SetMeta

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

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

Jump to

Keyboard shortcuts

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