Documentation
¶
Index ¶
- Variables
- func GetSourceRoot() string
- func IsRunningTests() bool
- func TarDirectory(sourceDir string, targetFilename string, compress bool) error
- func UntarFile(sourceFilePath string, targetDir string, compressed bool) error
- func Unzip(zipContent *zip.ReadCloser, outputDir string) (err error)
- func UnzipFile(zipFile string, outputDir string) (err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
RuckstackVersion = "0.9.0"
)
Functions ¶
func GetSourceRoot ¶
func GetSourceRoot() string
* Returns the source root. Panic's if used outside a test
func IsRunningTests ¶
func IsRunningTests() bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.