| 58 | } |
| 59 | |
| 60 | type client struct { |
| 61 | Name string `json:"name"` |
| 62 | Count int `json:"count"` |
| 63 | } |
| 64 | |
| 65 | func addFilterArgs(vars map[string]string) (string, []interface{}, error) { |
| 66 | filter := strings.TrimSpace(vars["filter"]) |
nothing calls this directly
no outgoing calls
no test coverage detected