(key string)
| 38 | // TODO find a way to layer this into an informer/lister |
| 39 | type MutationCache interface { |
| 40 | GetByKey(key string) (interface{}, bool, error) |
| 41 | ByIndex(indexName, indexKey string) ([]interface{}, error) |
| 42 | Mutation(interface{}) |
| 43 | } |
no outgoing calls
no test coverage detected