Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
MissingEnvVarError = func(envVar string) error {
return fmt.Errorf("Missing %s environment variable", envVar)
}
)
Functions ¶
Types ¶
type OsClient ¶
type OsClient interface {
Getenv(key string) string
ReadFile(path string) ([]byte, error)
}
func NewOsClient ¶
func NewOsClient() OsClient
Click to show internal directories.
Click to hide internal directories.