resultStruct := This.GetData().(map[interface{}][]map[string]interface{}) for key, value := range resultStruct { strKey := fmt.Sprintf("%v", key) strValue := fmt.Sprintf("%v", value) mapString[strKey] = strValue }
resultStruct := This.GetData().(map[interface{}][]map[string]interface{}) for key, value := range resultStruct { strKey := fmt.Sprintf("%v", key) strValue := fmt.Sprintf("%v", value) mapString[strKey] = strValue }