Versions in this module Expand all Collapse all v0 v0.0.2 Oct 23, 2022 Changes in this version + func DNSToMap(msg *dns.Msg, format string) (m map[string]interface{}) + func Difference(m map[K]V, keys ...K) map[K]V + func Flatten(m map[string]any, separator string) map[string]any + func GetKeys(maps ...map[K]V) []K + func GetValues(maps ...map[K]V) []V + func HTTPRequesToMap(req *http.Request) (map[string]interface{}, error) + func HTTPResponseToMap(resp *http.Response) (map[string]interface{}, error) + func HTTPToMap(resp *http.Response, body, headers string, duration time.Duration, ...) (m map[string]interface{}) + func MergeMaps(maps ...map[K]V) (result map[K]V) + func Walk(m map[string]any, callback func(k string, v any)) v0.0.1 Dec 2, 2020