package
0.0.0-20240829192202-379a0d7e6449
Repository: https://github.com/encryptedl/encryptdb.git
Documentation: pkg.go.dev
# Functions
AllKeepers returns a slice of all registered [Keeper] implementation names.
GetKeeper retrieves a [KeeperCreator] from the global registry by name.
RegisterKeeper registers a new [KeeperCreator]; a function that creates a new [Keeper] implementation, under the given name in the global registry.