Documentation ¶
Index ¶
- func ArgsToMap() map[string]string
- func Atoi(num string, ifzero int) int
- func ExtractDomain(url string) string
- func FixForDash(s string) string
- func GetArg(index int) string
- func GetHeader(field string, request *http.Request) string
- func GetJsonInt64(m map[string]any, key string) int64
- func GetJsonMap(m map[string]any, key string) map[string]any
- func GetJsonString(m map[string]any, key string) string
- func PipeToJq(inputString string) string
- func Plural(s string) string
- func PluralLogic(s string) string
- func PseudoUuid() string
- func RemoveSensitiveKeys(m map[string]any)
- func SpecialToPlural() map[string]string
- func SpecialToSingle() map[string]string
- func StripFields(row map[string]any) map[string]any
- func ToAnyArray(rows []map[string]any) []any
- func ToCamelCase(str string) string
- func ToSnakeCase(str string) string
- func Unplural(s string) string
- func UnpluralLogic(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractDomain ¶
func FixForDash ¶
func PluralLogic ¶
func PseudoUuid ¶
func PseudoUuid() string
func RemoveSensitiveKeys ¶
func SpecialToPlural ¶
func SpecialToSingle ¶
func ToAnyArray ¶
func ToCamelCase ¶
func ToSnakeCase ¶
func UnpluralLogic ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.