(scope Scope, keyPath string, value any)
| 49 | Load(Scope) (data map[string]any, path string, err error) |
| 50 | LoadAll() map[string]ScopedConfig |
| 51 | Set(scope Scope, keyPath string, value any) (savedPath string, err error) |
| 52 | Unset(scope Scope, keyPath string) (found bool, savedPath string, err error) |
| 53 | } |
| 54 |
no outgoing calls