Get should return one or more records that match keyOrPrefix. keyOrPrefix is guaranteed to be at least the prefix used to register the ValueProvider.
(keyOrPrefix string)
| 36 | // keyOrPrefix is guaranteed to be at least the prefix used to |
| 37 | // register the ValueProvider. |
| 38 | Get(keyOrPrefix string) ([]record.Record, error) |
| 39 | } |
| 40 | |
| 41 | // SimpleValueSetterFunc is a convenience type for implementing a |
no outgoing calls