(key, val []byte)
| 320 | } |
| 321 | |
| 322 | func (r *IndexClient) SetInternal(key, val []byte) error { |
| 323 | return indexClientUnimplementedErr |
| 324 | } |
| 325 | |
| 326 | func (r *IndexClient) DeleteInternal(key []byte) error { |
| 327 | return indexClientUnimplementedErr |
no outgoing calls