Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OsHelper ¶
type OsHelper interface { FileExist(path string) bool DirExist(path string) bool CreateDir(path string) error GetFileAsByteArray(path string) ([]byte, error) GetFileAsString(path string) (string, error) CreateTemporaryTextFile(content string) (string, error) GetEnvironmentVariable(key string) string }
func NewOsHelper ¶
Click to show internal directories.
Click to hide internal directories.