Documentation
¶
Index ¶
- func All(bools []bool) bool
- func Any(bools []bool) bool
- func BoolP(boole bool) *bool
- func ErrResult(msg, moduleName string) *types.Result
- func FilterEmpty(items []string) []string
- func FloatP(n float64) *float64
- func IntP(n int64) *int64
- func KebabToCamel(s string) string
- func KebabToPascal(s string) string
- func PrintResult(result *types.Result)
- func ResultFailedChanged(module, err string) *types.Result
- func ResultFailedUnchanged(module, err string) *types.Result
- func ResultSuceededChanged(module string) *types.Result
- func ResultSuceededUnchanged(module string) *types.Result
- func SnakeToCamel(s string) string
- func SnakeToPascal(s string) string
- func StringP(stringue string) *string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilterEmpty ¶
func KebabToCamel ¶ added in v0.2.0
KebabToCamel converts a "kebab-case" string to a "camelCase" string.
func KebabToPascal ¶ added in v0.2.0
KebabToPascal converts a "kebab-case" string to a "PascalCase" string.
func PrintResult ¶ added in v0.3.2
func ResultFailedChanged ¶ added in v0.3.0
func ResultFailedUnchanged ¶ added in v0.3.0
func ResultSuceededChanged ¶ added in v0.3.0
func ResultSuceededUnchanged ¶ added in v0.3.0
func SnakeToCamel ¶
SnakeToCamel converts a "snake_case" string to a "camelCase" string.
func SnakeToPascal ¶
SnakeToPascal converts a "snake_case" string to a "PascalCase" string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.