IndexKeys returns the set of keys that match on the named indexing function.
(indexName, indexKey string)
| 30 | Index(indexName string, obj interface{}) ([]interface{}, error) |
| 31 | // IndexKeys returns the set of keys that match on the named indexing function. |
| 32 | IndexKeys(indexName, indexKey string) ([]string, error) |
| 33 | // ListIndexFuncValues returns the list of generated values of an Index func |
| 34 | ListIndexFuncValues(indexName string) []string |
| 35 | // ByIndex lists object that match on the named indexing function with the exact key |
no outgoing calls
no test coverage detected