Versions in this module Expand all Collapse all v0 v0.3.1 Dec 22, 2021 Changes in this version + const NamespaceTerminator + type Namespaced struct + func NewNamespaced(namespace string) Namespaced + func (s Namespaced) Get(storage std.Storage, key []byte) []byte + func (s Namespaced) Range(storage std.Storage, start, end []byte, order std.Order) std.Iterator + func (s Namespaced) Remove(storage std.Storage, key []byte) + func (s Namespaced) Set(storage std.Storage, key, value []byte) + type NamespacedIterator struct + func (n NamespacedIterator) Next() (key, value []byte, err error)