You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("the IP %q is not one of the allowed test IPs (see: https://github.com/elastic/elastic-package/blob/main/internal/fields/_static/allowed_geo_ips.txt)", valStr)
791
792
}
792
793
// Groups should only contain nested fields, not single values.
793
-
case"group":
794
+
case"group", "nested":
794
795
switchval:=val.(type) {
795
796
casemap[string]interface{}:
796
797
// This is probably an element from an array of objects,
0 commit comments