Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parameter ¶
type Parameter interface {
// contains filtered or unexported methods
}
Parameter is the interface for service parameters.
func WithLogLevel ¶
WithLogLevel sets the log level for the module.
type Service ¶
type Service struct{}
Service returns returns values reflected from the key. This service handles URLs with the scheme "direct". It returns the path as the value, minus the leading "/". For example a URL "direct:///secret" will return "secret".
Click to show internal directories.
Click to hide internal directories.