# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
Build an engine instance with given URL.
MustRegister try to register the engine and panic on error.
Register a new storage engine.
# Variables
ErrEngineAlreadyRegistered is raise dwhen trying to register an existent engine.
ErrSecretNotFound is raised when trying to access non-existing secret.
# Interfaces
Engine represents storage engine contract.
# Type aliases
EngineFactoryFunc is the storage engine factory contract.