Documentation ¶
Index ¶
- Variables
- func FileExists(file string) bool
- func Flatten(items []interface{}) ([]string, error)
- func GetRandomPort() (int, error)
- func PrintlnDebug(cmd *cobra.Command, msg string)
- func PrintlnDebugConfig(cmd *cobra.Command, prefix string, out interface{})
- func PrintlnFailed(cmd *cobra.Command, msg string)
- func PrintlnRunning(cmd *cobra.Command, msg string)
- func PrintlnSuccess(cmd *cobra.Command, msg string)
- func SetDebug(b bool)
- func SetQuiet(b bool)
- func StringSliceContains(slice []string, s string) bool
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Debug = false Quiet = false )
Functions ¶
func FileExists ¶
func GetRandomPort ¶
func PrintlnDebug ¶
func PrintlnDebugConfig ¶
func PrintlnFailed ¶
func PrintlnRunning ¶
func PrintlnSuccess ¶
func StringSliceContains ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.