Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Io ¶
type Io interface {
ListYamlFilesPaths(rootPath string) ([]string, error)
ReadFile(filename string) ([]byte, error)
WriteFile(filename string, data []byte, perm os.FileMode) error
}
Io - interface for all io functions used by scan
type IoImpl ¶
type IoImpl struct {
// contains filtered or unexported fields
}
IoImpl - real io implementation using ioutil and file_utils
func (IoImpl) ListYamlFilesPaths ¶
ListYamlFilesPaths - real implementation of ListYamlFilesPaths backed by file_utils
Click to show internal directories.
Click to hide internal directories.