package
0.1.1
Repository: https://github.com/ctrliq/spks.git
Documentation: pkg.go.dev

# Functions

GetDatabaseEngine returns the database engine correspo.
RegisterDatabaseEngine registers a database engine.

# Constants

PublicKey is the key type for getting a public keys.
SigningKey is the key type used internally by the HKP server to sign submitted user public keys.

# Interfaces

Config is a generic config type for database used essentially during YAML configuration parsing, so database engines are free to implement their own configuration requirements.
Engine defines interface that database engines must implement.

# Type aliases

KeyType defines the type of key to be stored in the database.