handlers

package
v0.1.8-1 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AuthMethodCreate

func AuthMethodCreate(w http.ResponseWriter, r *http.Request)

func AuthMethodDeleteOne

func AuthMethodDeleteOne(w http.ResponseWriter, r *http.Request)

func AuthMethodListAll

func AuthMethodListAll(w http.ResponseWriter, r *http.Request)

func AuthMethodListOne

func AuthMethodListOne(w http.ResponseWriter, r *http.Request)

func AuthMethodUpdateOne

func AuthMethodUpdateOne(w http.ResponseWriter, r *http.Request)

func AuthViaCert

func AuthViaCert(w http.ResponseWriter, r *http.Request)

func BindingCreate

func BindingCreate(w http.ResponseWriter, r *http.Request)

func BindingDelete

func BindingDelete(w http.ResponseWriter, r *http.Request)

BindingDelete finds and deletes a binding using its UUID

func BindingListAll

func BindingListAll(w http.ResponseWriter, r *http.Request)

BindingListAll returns a list, containing the existing bindings in the service

func BindingListAllByServiceTypeAndHost

func BindingListAllByServiceTypeAndHost(w http.ResponseWriter, r *http.Request)

BindingListAllByServiceTypeAndHost returns a list, containing all the bindings under the specified host and service type

func BindingListOneByName

func BindingListOneByName(w http.ResponseWriter, r *http.Request)

BindingListOneByName finds and returns information about a binding, associated with the provided name

func BindingUpdate

func BindingUpdate(w http.ResponseWriter, r *http.Request)

BindingUpdate updates a binding

func ServiceTypeCreate

func ServiceTypeCreate(w http.ResponseWriter, r *http.Request)

func ServiceTypeDeleteOne

func ServiceTypeDeleteOne(w http.ResponseWriter, r *http.Request)

ServiceTypeDelete deletes a service type

func ServiceTypeListAll

func ServiceTypeListAll(w http.ResponseWriter, r *http.Request)

func ServiceTypeUpdate

func ServiceTypeUpdate(w http.ResponseWriter, r *http.Request)

ServiceTypeUpdate updates a service type

func ServiceTypesListOne

func ServiceTypesListOne(w http.ResponseWriter, r *http.Request)

func WrapAuth

func WrapAuth(hfn http.HandlerFunc, store stores.Store) http.HandlerFunc

WrapAuth authorizes the user

func WrapConfig

func WrapConfig(hfn http.HandlerFunc, store stores.Store, config *config.Config) http.HandlerFunc

WrapConfig handle wrapper to retrieve configuration

func WrapLog

func WrapLog(hfn http.Handler, name string) http.HandlerFunc

WrapLog handle wrapper to apply Logging

Types

This section is empty.

Jump to

Keyboard shortcuts

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