Documentation ¶
Index ¶
- func AppendPrefix(prefix string, keys []string) []string
- func ArrayShift(array *[]string, position int, value string)
- func IsConfigChanged(src, dest string) (bool, error)
- func IsDirectory(path string) (bool, error)
- func IsFileExist(fpath string) bool
- func RecursiveDirsLookup(root string, pattern string) ([]string, error)
- func RecursiveFilesLookup(root string, pattern string) ([]string, error)
- type FileInfo
- type Nodes
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendPrefix ¶
func ArrayShift ¶
func IsConfigChanged ¶
IsConfigChanged reports whether src and dest config files are equal. Two config files are equal when they have the same file contents and Unix permissions. The owner, group, and mode must match. It return false in other cases.
func IsDirectory ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.