prospect
This commit is contained in:
@@ -181,6 +181,7 @@ func FiltersFromFlatMap(flatMap map[string]interface{}, target interface{}) *Fil
|
|||||||
for jsonKey, val := range m {
|
for jsonKey, val := range m {
|
||||||
bsonKey := resolve(jsonKey)
|
bsonKey := resolve(jsonKey)
|
||||||
items, ok := val.([]interface{})
|
items, ok := val.([]interface{})
|
||||||
|
fmt.Println(jsonKey, val, ok, bsonKey)
|
||||||
if !ok {
|
if !ok {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user