Versions in this module Expand all Collapse all v0 v0.8.0 Jun 30, 2023 Changes in this version + func ContainsString(arr []string, v string) bool + func GetReadableDuration(durationStr string) (string, error) + func IsInteger(val float64) bool + func IsValidUUID(u string) bool + func MapToSlice(m map[string]string) []string + func ReturnJSON(w http.ResponseWriter, data interface{}) + func SubsliceExists(slice, subslice []string) (bool, int) + func ValidateStruct(v interface{}) error + type AnyTime struct + func (a AnyTime) Match(v driver.Value) bool + type HTTPClient interface + Do func(*http.Request) (*http.Response, error)