Find implements backend.Reader
(ctx context.Context, keypath KeyPath, f FindFunc)
| 317 | |
| 318 | // Find implements backend.Reader |
| 319 | func (r *reader) Find(ctx context.Context, keypath KeyPath, f FindFunc) error { |
| 320 | return r.r.Find(ctx, keypath, f) |
| 321 | } |
| 322 | |
| 323 | // Shutdown implements backend.Reader |
| 324 | func (r *reader) Shutdown() { |