Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
Path() string
Method() string
Handle() http.HandlerFunc
}
Handler http handler for each controller API endpoint
type Operation ¶
type Operation struct {
// contains filtered or unexported fields
}
Operation defines handlers for EDV service
func New ¶
func New(provider edvprovider.EDVProvider) *Operation
New returns a new EDV operations instance. If dbPrefix is blank, then no prefixing will be done to the vault IDs.
func (*Operation) GetRESTHandlers ¶
GetRESTHandlers get all controller API handler available for this service
type VaultCollection ¶
type VaultCollection struct {
// contains filtered or unexported fields
}
VaultCollection represents EDV storage.
Click to show internal directories.
Click to hide internal directories.