Resolver is the deployment wide namespace for runtime configuration. If you are trying to namespace a configuration, orgs for example, use OrganizationResolver.
(db Store)
| 16 | // If you are trying to namespace a configuration, orgs for example, use |
| 17 | // OrganizationResolver. |
| 18 | func (*Manager) Resolver(db Store) Resolver { |
| 19 | return NewStoreResolver(db) |
| 20 | } |
| 21 | |
| 22 | // OrganizationResolver will namespace all runtime configuration to the provided |
| 23 | // organization ID. Configuration values stored with a given organization ID require |