Module minerva_data::tenancy
source · [−]Expand description
This module wraps functions and structures for manipulating multi-tenancy configuration.
Multi-tenancy configuration is expected to be in the tenancy.toml
file,
at root of the running service.
Structs
Tenant data for a single entry of a table in the TOML file.
Each entry is prepended by a
[[tenants]]
line.Functions
Get a list of tenant configuration from a given configuration file,
usually
tenancy.toml
.