Documentation ¶
Index ¶
- func AppendPrefix(prefix string, keys []string) []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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendPrefix ¶
func IsConfigChanged ¶
IsConfigChanged 报告src和dest配置文件是否相等. 当两个配置文件具有相同的文件内容和Unix权限时,它们是相等的. 所有者,组和方式必须匹配.在其他情况下返回false.
func IsDirectory ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.