(r search.ApiGetApiKeyRequest, opts ...search.RequestOption)
| 21 | type apiKeyInspector interface { |
| 22 | ListAPIKeys(opts ...search.RequestOption) (*search.ListApiKeysResponse, error) |
| 23 | GetAPIKey(r search.ApiGetApiKeyRequest, opts ...search.RequestOption) (*search.GetApiKeyResponse, error) |
| 24 | NewAPIGetAPIKeyRequest(key string) search.ApiGetApiKeyRequest |
| 25 | } |
| 26 |
no outgoing calls
no test coverage detected