GetIndexer return the indexers
()
| 36 | ByIndex(indexName, indexKey string) ([]interface{}, error) |
| 37 | // GetIndexer return the indexers |
| 38 | GetIndexers() Indexers |
| 39 | |
| 40 | // AddIndexers adds more indexers to this store. If you call this after you already have data |
| 41 | // in the store, the results are undefined. |
no outgoing calls
no test coverage detected