Documentation
¶
Index ¶
- func DefaultIfEmpty(input string, defaultValue string) string
- func DefaultIfEmptyOrNil(input *string, defaultValue string) string
- func EmptyIfNil(input *string) string
- func EnsureSuffix(input string, suffix string) string
- func FalseIfNil(input *bool) bool
- func NilIfEmpty(input string) *string
- func NilIfEmptyPointer(input *string) *string
- func NilIfFalse(input bool) *bool
- func ParseBool(input string) bool
- func ParseBoolPointer(input *string) *bool
- func UnEscapeDollar(fileMap map[string]string) map[string]string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultIfEmpty ¶
func DefaultIfEmptyOrNil ¶
func EmptyIfNil ¶
func EnsureSuffix ¶
func FalseIfNil ¶
func NilIfEmpty ¶
func NilIfEmptyPointer ¶
func NilIfFalse ¶
func ParseBoolPointer ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.