Versions in this module Expand all Collapse all v0 v0.1.1 Oct 18, 2021 v0.1.0 Feb 16, 2021 Changes in this version + func RegisterDatabaseEngine(name string, db Engine) + type Config interface + type Engine interface + Add func(e openpgp.EntityList) error + CheckConfig func() error + Connect func() error + Del func(e openpgp.EntityList) error + Disconnect func() error + Get func(s string, isFingerprint bool, exact bool, kt KeyType) (openpgp.EntityList, error) + NewConfig func() Config + func GetDatabaseEngine(name string) (Engine, bool) + type KeyType uint8 + const PublicKey + const SigningKey