(mainContent []byte, overrides []OverrideConfig, target any)
| 19 | CreateConfigProvider() ConfigProvider |
| 20 | LoadProjectConfig(mainPath string, overridePaths []string, target any) error |
| 21 | LoadProjectConfigFromContents(mainContent []byte, overrides []OverrideConfig, target any) error |
| 22 | } |
| 23 | |
| 24 | // OverrideConfig represents a configuration override with its source path and contents. |
no outgoing calls
no test coverage detected