Versions in this module Expand all Collapse all v0 v0.4.0 Apr 19, 2018 Changes in this version + type Option func(*Backend) + func WithPrefetch() Option + func WithPrefix(prefix string) Option v0.3.0 Mar 29, 2018 Changes in this version type Backend + func (b *Backend) Name() string v0.2.0 Jan 17, 2018 v0.1.0 Jan 9, 2018 Changes in this version + type Backend struct + func NewBackend(client *clientv3.Client, prefix string) *Backend + func (b *Backend) Get(ctx context.Context, key string) ([]byte, error)