Versions in this module Expand all Collapse all v0 v0.1.3 Sep 15, 2021 v0.1.2 Jul 9, 2021 Changes in this version + type ClientVersionProvider interface + Current func() (common.ClientVersion, error) + Get func(transactionTime uint64) (common.ClientVersion, error) + type Provider struct + func New() *Provider + func (m *Provider) Add(namespace string, cvp ClientVersionProvider) + func (m *Provider) ForNamespace(namespace string) (ClientVersionProvider, error)