Versions in this module Expand all Collapse all v1 v1.4.1 Jan 25, 2018 Changes in this version + func Wrap(child ds.Datastore, t KeyTransform) *ktds + type Datastore interface + type KeyMapping func(ds.Key) ds.Key + type KeyTransform interface + ConvertKey func(ds.Key) ds.Key + InvertKey func(ds.Key) ds.Key + type Pair struct + Convert KeyMapping + Invert KeyMapping + func (t *Pair) ConvertKey(k ds.Key) ds.Key + func (t *Pair) InvertKey(k ds.Key) ds.Key