Expand description
The lib is mostly useful for the CLI tests but since it is declared, all the modules in other Files will be resolved against the lib. So everything is exported
Modules§
- config
- core
- error
- middlewares
- result
- routes
- socket_
server - start_
kms_ server - KMS server module responsible for starting and configuring the KMS server instance.
- tls_
config
Macros§
- kms_
bail - Return early with an error if a condition is not satisfied.
- kms_
ensure - Return early with an error if a condition is not satisfied.
- kms_
error - Construct a server error from a string.