()
| 9 | type Manager struct{} |
| 10 | |
| 11 | func NewManager() *Manager { |
| 12 | return &Manager{} |
| 13 | } |
| 14 | |
| 15 | // Resolver is the deployment wide namespace for runtime configuration. |
| 16 | // If you are trying to namespace a configuration, orgs for example, use |
no outgoing calls