Documentation
¶
Index ¶
- func CheckError(err error)
- func GetArchiveDownloadDirPath() string
- func GetCWD() string
- func GetCondition(value string, answers map[string]interface{}) (bool, error)
- func GetHomeDir() string
- func GetLogsFilePath() string
- func GetScfDirPath() string
- func GetTemplatesDirPath() string
- func IsLocalPath(filePath string) bool
- func IsTruthy(s string) bool
- func JoinPaths(paths ...string) string
- func ParsePath(filePath string, values map[string]interface{}) (string, error)
- func ParseString(s string, values map[string]interface{}) (string, error)
- func ToFullPath(path string) string
- func ToPath(path string) string
- type WithStackTraceError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckError ¶
func CheckError(err error)
func GetArchiveDownloadDirPath ¶
func GetArchiveDownloadDirPath() string
func GetHomeDir ¶
func GetHomeDir() string
func GetLogsFilePath ¶
func GetLogsFilePath() string
func GetScfDirPath ¶
func GetScfDirPath() string
func GetTemplatesDirPath ¶
func GetTemplatesDirPath() string
func IsLocalPath ¶
func ToFullPath ¶
Types ¶
type WithStackTraceError ¶
type WithStackTraceError struct {
// contains filtered or unexported fields
}
func NewWithStackTraceError ¶
func NewWithStackTraceError(err error) *WithStackTraceError
func (*WithStackTraceError) Error ¶
func (e *WithStackTraceError) Error() string
Click to show internal directories.
Click to hide internal directories.