()
| 312 | } |
| 313 | |
| 314 | func (r *IndexClient) StatsMap() map[string]interface{} { |
| 315 | return nil |
| 316 | } |
| 317 | |
| 318 | func (r *IndexClient) GetInternal(key []byte) ([]byte, error) { |
| 319 | return nil, indexClientUnimplementedErr |
no outgoing calls
no test coverage detected