Documentation ¶
Index ¶
- func ContainedIn(value string, list []string) bool
- func DecodeConfig(reader io.Reader, format string, data interface{}) error
- func DecodeFile(path string, data interface{}) error
- func EncodeConfig(data interface{}, format string) ([]byte, error)
- func FindFiles(path, glob string) ([]string, error)
- func FindFilesInDirectory(paths []string, glob string) ([]string, error)
- func IsDirectory(path string) bool
- func IsFile(path string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainedIn ¶
ContainedIn checks if a value in a list of a strings
func DecodeConfig ¶
DecodeConfig unmarshal's the configuration file
func EncodeConfig ¶
EncodeConfig marshals the item
func FindFilesInDirectory ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.