rest

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2018 License: AGPL-3.0 Imports: 32 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 (s *Handler) ControlService(req *restful.Request, resp *restful.Response)

Start Stop services

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)

******************** DATASOURCES MANAGEMENT ********************

func (*Handler) GetVersioningPolicy

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

Get 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)

List 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) 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)

*************************** VERSIONINGPOLICIES MANAGEMENT **************************** 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

Jump to

Keyboard shortcuts

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