(options *QueryOptions)
| 7 | type MemoryAdapter interface { |
| 8 | DescribeIndexStats(options *DescribeIndexStatsOptions) (*DescribeIndexStatsOutput, error) |
| 9 | Query(options *QueryOptions) (*QueryOutput, error) |
| 10 | Delete(options *DeleteOptions) (*DeleteOutput, error) |
| 11 | Fetch(options *FetchOptions) (*FetchOutput, error) |
| 12 | Update(options *UpdateOptions) (*UpdateOutput, error) |
no outgoing calls
no test coverage detected