| 127 | } |
| 128 | |
| 129 | type result struct { |
| 130 | Clients []client `json:"clients"` |
| 131 | Languages []client `json:"languages"` |
| 132 | OperatingSystems []client `json:"operatingSystems"` |
| 133 | Versions []client `json:"versions"` |
| 134 | Countries []client `json:"countries"` |
| 135 | } |
| 136 | |
| 137 | func (a *Api) cachedOrQuery(prefix, query string, whereArgs []interface{}) []client { |
| 138 | var result []client |
nothing calls this directly
no outgoing calls
no test coverage detected