Versions in this module Expand all Collapse all v0 v0.4.0 Nov 14, 2019 Changes in this version + const BackendKey + const ConnectionKey + type Backend string + const BackendNone + const BackendSqlite + type TrustDBConf map[string]string + func (cfg *TrustDBConf) Backend() Backend + func (cfg *TrustDBConf) ConfigName() string + func (cfg *TrustDBConf) Connection() string + func (cfg *TrustDBConf) InitDefaults() + func (cfg *TrustDBConf) MaxIdleConns() (int, bool) + func (cfg *TrustDBConf) MaxOpenConns() (int, bool) + func (cfg *TrustDBConf) New() (trustdb.TrustDB, error) + func (cfg *TrustDBConf) Sample(dst io.Writer, path config.Path, ctx config.CtxMap) + func (cfg *TrustDBConf) Validate() error