(key string)
| 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 | |
| 27 | // searchClientAdapter adapts the Algolia search client to our apiKeyInspector interface |
no outgoing calls
no test coverage detected