Documentation
¶
Index ¶
- func Chmod(path string, perm os.FileMode) error
- func ChownR(path string, user, group string) error
- func Copy(dir, source, dest string, presv bool) error
- func CopyFile(dir, source, dest string, presv bool) error
- func CopyFiles(source, dest string, presv bool) error
- func Create(path string) (*os.File, error)
- func CreateWrite(path string, data string) error
- func Exec(dir, name string, arg ...string) error
- func ExecInput(dir, input, name string, arg ...string) error
- func ExecOutput(dir, name string, arg ...string) (string, error)
- func Exists(path string) (bool, error)
- func ExistsMakeDir(path string) error
- func Filename(path string) string
- func FindExt(path string, extension string) ([]string, error)
- func GetDirSize(path string) (int, error)
- func HTTPGet(url, output string, protocol string) error
- func MkdirAll(path string) error
- func Open(path string) (*os.File, error)
- func PullContainers(target string) error
- func RandStr(n int) string
- func Remove(path string) error
- func RemoveAll(path string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateWrite ¶
func ExistsMakeDir ¶
func GetDirSize ¶
func PullContainers ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.