Documentation
¶
Index ¶
- Variables
- func CastAndCompare[T any](rawMessage any) (T, bool)
- func CompareJSONToStruct(mapped map[string]interface{}, Struct any) (retVal bool)
- func HashMD5(text string) string
- func Logger() *logrus.Logger
- func MapToStruct(mapped map[string]any, Struct any)
- func ReadRequestBodyMap[T1 comparable, T2 any](body io.ReadCloser) (map[T1]T2, error)
- func SortedMapKeys[T any](mapped map[string]T) []string
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func CastAndCompare ¶
func CompareJSONToStruct ¶
func MapToStruct ¶
func ReadRequestBodyMap ¶
func ReadRequestBodyMap[T1 comparable, T2 any](body io.ReadCloser) (map[T1]T2, error)
func SortedMapKeys ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.