Documentation
¶
Index ¶
- Constants
- func Bool2Str(boolean *bool) *string
- func ContainsString(slice []string, s string) bool
- func ExtractID(location string) (int64, error)
- func NormalizeName(name string, suffixes ...string) string
- func RandomName(prefix string) string
- func RemoveString(slice []string, s string) (result []string)
Constants ¶
View Source
const (
NormalizationSeparator = "-"
)
Variables ¶
This section is empty.
Functions ¶
func ContainsString ¶
ContainsString is helper functions to check string from a slice of strings.
func NormalizeName ¶
func RemoveString ¶
RemoveString is helper functions to remove string from a slice of strings.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.