Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Environment ¶
Environment defines the interface for environment variable operations
type FileSystem ¶
type FileSystem interface {
Stat(name string) (os.FileInfo, error)
EvalSymlinks(path string) (string, error)
}
FileSystem defines the interface for file system operations
type Locator ¶
type Locator struct {
Env Environment
FS FileSystem
}
Click to show internal directories.
Click to hide internal directories.