Documentation ¶
Index ¶
Constants ¶
View Source
const WalletsBucket = "wallets"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
DataSource string `yaml:"path" env:"KMS_DB_DATA_SOURCE" env-description:"KMS vault data source. Example: '/opt/oxygen/kms.db'"`
}
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
func (*Connection) DB ¶
func (c *Connection) DB() *bbolt.DB
func (*Connection) LoadBuckets ¶
func (c *Connection) LoadBuckets() error
Click to show internal directories.
Click to hide internal directories.