rest

package
v1.6.1 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2019 License: AGPL-3.0 Imports: 35 Imported by: 0

Documentation

Overview

Package rest implements the REST api for managing configurations

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct{}

func (*Handler) ConfigFormsDiscovery

func (s *Handler) ConfigFormsDiscovery(req *restful.Request, rsp *restful.Response)

func (*Handler) ControlService

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

ControlService is a leagcy method that does not do anything. Should be removed.

func (*Handler) CreateEncryptionKey

func (s *Handler) CreateEncryptionKey(req *restful.Request, resp *restful.Response)

CreateEncryptionKey simply forwards to underlying key service

func (*Handler) DeleteDataSource

func (s *Handler) DeleteDataSource(req *restful.Request, resp *restful.Response)

func (*Handler) DeleteEncryptionKey

func (s *Handler) DeleteEncryptionKey(req *restful.Request, resp *restful.Response)

DeleteEncryptionKey simply forwards to underlying key service

func (*Handler) EndpointsDiscovery

func (s *Handler) EndpointsDiscovery(req *restful.Request, resp *restful.Response)

**************************** PUBLIC ENDPOINTS FOR DISCOVERY ***************************** Publish a list of available endpoints

func (*Handler) ExportEncryptionKey

func (s *Handler) ExportEncryptionKey(req *restful.Request, resp *restful.Response)

ExportEncryptionKey simply forwards to underlying key service

func (*Handler) Filter

func (a *Handler) Filter() func(string) string

Filter returns a function to filter the swagger path

func (*Handler) GetConfig

func (s *Handler) GetConfig(req *restful.Request, resp *restful.Response)

func (*Handler) GetDataSource

func (s *Handler) GetDataSource(req *restful.Request, resp *restful.Response)

GetDataSource retrieves a datasource given its name.

func (*Handler) GetVersioningPolicy

func (s *Handler) GetVersioningPolicy(req *restful.Request, resp *restful.Response)

GetVersioningPolicy returns a specific policy

func (*Handler) ImportEncryptionKey

func (s *Handler) ImportEncryptionKey(req *restful.Request, resp *restful.Response)

ImportEncryptionKey forwards call to underlying key service

func (*Handler) ListDataSources

func (s *Handler) ListDataSources(req *restful.Request, resp *restful.Response)

func (*Handler) ListEncryptionKeys

func (s *Handler) ListEncryptionKeys(req *restful.Request, resp *restful.Response)

***************************

MASTER KEYS MANAGEMENT

**************************** ListEncryptionKeys simply forwards to underlying key service

func (*Handler) ListPeerFolders

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

ListPeerFolders lists folders on a given peer to configure a local folder datasource.

func (*Handler) ListPeersAddresses

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

List all Peers (servers) on which any pydio service is running

func (*Handler) ListProcesses added in v1.4.0

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

ListProcesses lists running Processes from registry, with option PeerId or ServiceName filter.

func (*Handler) ListServices

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

******************** SERVICES MANAGEMENT ******************** List all services with their status

func (*Handler) ListVersioningPolicies

func (s *Handler) ListVersioningPolicies(req *restful.Request, resp *restful.Response)

ListVersioningPolicies list all defined policies.

func (*Handler) ListVirtualNodes added in v1.2.0

func (s *Handler) ListVirtualNodes(req *restful.Request, resp *restful.Response)

ListVersioningPolicies list all defined policies.

func (*Handler) OpenApiDiscovery

func (s *Handler) OpenApiDiscovery(req *restful.Request, resp *restful.Response)

func (*Handler) PutConfig

func (s *Handler) PutConfig(req *restful.Request, resp *restful.Response)

******************** GENERIC GET/PUT CALLS ********************

func (*Handler) PutDataSource

func (s *Handler) PutDataSource(req *restful.Request, resp *restful.Response)

func (*Handler) SwaggerTags

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

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

func (*Handler) ValidateLocalDSFolderOnPeer added in v1.2.2

func (h *Handler) ValidateLocalDSFolderOnPeer(ctx context.Context, newSource *object.DataSource) error

ValidateLocalDSFolderOnPeer sends a couple of stat/create requests to the target Peer to make sure folder is valid

Jump to

Keyboard shortcuts

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