Versions in this module Expand all Collapse all v0 v0.0.2 Sep 5, 2019 Changes in this version + type Database interface + Namespace func(ns string) (Namespace, bool) + Namespaces func() []Namespace + Options func() Options + type Namespace interface + ID func() string + Shards func() ([]m3shard.Shard, error) + Tables func() ([]string, error) + Topology func() topology.Topology + type Options interface + InstrumentOptions func() utils.Options + SetInstrumentOptions func(value utils.Options) Options