Documentation
¶
Index ¶
- Variables
- func Copy(src, dst string) (int64, error)
- func DownloadFile(filepath string, url string) error
- func FileExists(name string) bool
- func FileToString(filePath string) string
- func IsDirectory(path string) (bool, error)
- func LinesCount(s string) int
- func MakeFolder(path string)
- func RunCommand(command string, background bool)
- func SetLogLevel(level string)
- func SetProxy(proxyURL string)
- func StringToFile(filePath, text string)
- func Unzip(src, dest string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Log = logrus.New()
Functions ¶
func DownloadFile ¶
func FileExists ¶
func FileToString ¶
func IsDirectory ¶
func LinesCount ¶
func MakeFolder ¶
func MakeFolder(path string)
func RunCommand ¶
func SetLogLevel ¶
func SetLogLevel(level string)
func StringToFile ¶
func StringToFile(filePath, text string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.