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 the values from the filesystem. This service handles URLs with the scheme "file". It returns the file at the path as the value. For example a URL "direct:///home/me/secret.txt" will return the contents of the file "/home/me/secret.txt"
Click to show internal directories.
Click to hide internal directories.