Documentation
¶
Index ¶
- func Contains(s []string, str string) bool
- func DisplaySpinnerWithDelay(reporter *reporter.Object, infoMessage string, delay time.Duration)
- func HandleEmptyStringOnSlice(slice []string) []string
- func HandleEscapedEmptyString(input string) string
- func IsValidUUID(u string) bool
- func MapKeysToString(m map[string]bool) string
- func RandomLabel(size int) string
- func RankMapStringInt(values map[string]int) []string
- func RemoveStrFromSlice(s []string, str string) []string
- func SaveDocument(doc, filename string) error
- func SliceToMap(s []string) map[string]bool
- func SliceToString(s []string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisplaySpinnerWithDelay ¶ added in v1.2.1
func HandleEmptyStringOnSlice ¶ added in v1.2.9
func HandleEscapedEmptyString ¶ added in v1.2.9
func IsValidUUID ¶ added in v1.2.7
func MapKeysToString ¶ added in v1.2.9
func RandomLabel ¶ added in v1.2.9
func RankMapStringInt ¶ added in v1.2.9
func RemoveStrFromSlice ¶
RemoveStrFromSlice removes one occurrence of 'str' from the 's' slice if exists.
func SaveDocument ¶ added in v1.2.3
func SliceToMap ¶
func SliceToString ¶ added in v1.2.9
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.