Documentation
¶
Index ¶
- func Contains(slice []string, elementToFind string) bool
- func ExecInteractivePrompt(name string, input string) error
- func FolderExists(path string) error
- func GetAbsPath(path string) string
- func GetCurrentServerFQDN(serverConfig string) string
- func GetCurrentServerVersion(serverConfig string) (string, string)
- func ReadFileByLine(path string) []string
- func ReverseArray(slice interface{})
- func ScannerFunc(path string, search string) (string, error)
- func ValidateDate(date string) (string, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecInteractivePrompt ¶ added in v0.1.0
ExecInteractivePrompt calls a command, expects an interactive prompt to start, passes the given input into it.
func FolderExists ¶ added in v0.0.1
func GetAbsPath ¶ added in v0.0.1
func GetCurrentServerFQDN ¶ added in v0.2.0
func GetCurrentServerVersion ¶ added in v0.0.1
func ReadFileByLine ¶ added in v0.1.0
func ValidateDate ¶ added in v0.1.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.