Documentation ¶
Index ¶
- func Chmod(path string, perm os.FileMode) (err error)
- func ChownR(path string, user, group string) (err error)
- func Copy(dir, source, dest string, presv bool) (err error)
- func CopyFile(dir, source, dest string, presv bool) (err error)
- func CopyFiles(source, dest string, presv bool) (err error)
- func Create(path string) (file *os.File, err error)
- func CreateWrite(path string, data string) (err error)
- func Exec(dir, name string, arg ...string) (err error)
- func ExecInput(dir, input, name string, arg ...string) (err error)
- func ExecOutput(dir, name string, arg ...string) (output string, err error)
- func Exists(path string) (exists bool, err error)
- func ExistsMakeDir(path string) (err error)
- func Filename(path string) string
- func FindExt(path, ext string) (matches []string, err error)
- func FindMatch(path, match string) (matches []string, err error)
- func GetDirSize(path string) (size int, err error)
- func HttpGet(url, output string, protocol string) (err error)
- func MkdirAll(path string) (err error)
- func Move(source, dest string) (err error)
- func Open(path string) (file *os.File, err error)
- func PullContainers() (err error)
- func RandStr(n int) (str string)
- func ReadDir(path string) (items []os.FileInfo, err error)
- func ReadFile(path string) (data []byte, err error)
- func Remove(path string) (err error)
- func RemoveAll(path string) (err error)
- func Rsync(source, dest string) (err error)
- func RsyncExt(source, dest, ext string) (err error)
- func RsyncMatch(source, dest, match string) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateWrite ¶
func ExistsMakeDir ¶
func GetDirSize ¶
func PullContainers ¶
func PullContainers() (err error)
func RsyncMatch ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.