Versions in this module Expand all Collapse all v1 v1.7.28 Jan 13, 2021 Changes in this version + type Provider struct + Endpoint string + Password string + Prefix string + TLS *types.ClientTLS + Username string + func (p *Provider) CreateStore() (store.Store, error) + func (p *Provider) Provide(configurationChan chan<- types.ConfigMessage, pool *safe.Pool) error + func (p *Provider) SetKVClient(kvClient store.Store) + func (p *Provider) SetStoreType(storeType store.Backend)