(ctx context.Context, url string, data interface{})
| 430 | type client interface { |
| 431 | search.QueryDescriber |
| 432 | GetJSON(ctx context.Context, url string, data interface{}) error |
| 433 | Post(ctx context.Context, url string, bodyType string, body io.Reader) error |
| 434 | blob.Fetcher |
| 435 | } |
no outgoing calls
no test coverage detected