Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CmdHelp ¶
CmdHelp is used to explicitly set the Run function for non-leaf commands to the command help function, so that we can catch invalid commands This is a workaround needed due to the open issue on the Cobra repo: https://github.com/spf13/cobra/issues/706
func ConvertInt64PToFloat64P ¶ added in v0.2.3
ConvertInt64PToFloat64P converts an int64 pointer to a float64 pointer This function will return nil if the input is nil
func Float64Ptr ¶ added in v0.2.3
Float64Ptr returns a pointer to a float64 Needed because the Ptr function only returns pointer to float
func Int64Ptr ¶ added in v0.2.3
Int64Ptr returns a pointer to an int64 Needed because the Ptr function only returns pointer to int
func ValidateSTACKITURL ¶ added in v0.9.0
func ValidateUUID ¶
ValidateUUID validates if the provided string is a valid UUID
Types ¶
This section is empty.