| 73 | } |
| 74 | |
| 75 | type configLoader struct { |
| 76 | absConfigPath string |
| 77 | } |
| 78 | |
| 79 | // NewConfigLoader creates a new config loader with the given options |
| 80 | func NewConfigLoader(configPath string) (ConfigLoader, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected