Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
VPHTML string
DIDCOMMVPHTML string
VCSURL string
TLSConfig *tls.Config
RequestTokens map[string]string
OIDCProviderURL string
OIDCClientID string
OIDCClientSecret string
OIDCCallbackURL string
TransientStoreProvider storage.Provider
WACIOIDCProviderURL string
WACIOIDCClientID string
WACIOIDCClientSecret string
WACIOIDCCallbackURL string
}
Config defines configuration for rp operations
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
func (*Operation) GetRESTHandlers ¶
GetRESTHandlers get all controller API handler available for this service
Click to show internal directories.
Click to hide internal directories.