Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.1.5
type Config struct {
Provider edvprovider.EDVProvider
AuthService authService
AuthEnable bool
EnabledExtensions *EnabledExtensions
}
Config defines configuration for vcs operations
type EnabledExtensions ¶ added in v0.1.5
type EnabledExtensions struct {
ReturnFullDocumentsOnQuery bool
ReadAllDocumentsEndpoint bool
Batch bool
}
EnabledExtensions indicates which EDV server extensions have been enabled.
type Handler ¶
type Handler interface {
Path() string
Method() string
Handle() http.HandlerFunc
}
Handler represents an HTTP handler for each controller API endpoint.
type Operation ¶
type Operation struct {
// contains filtered or unexported fields
}
Operation defines handler logic for the EDV service.
func (*Operation) GetRESTHandlers ¶
GetRESTHandlers gets 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.