Config defines the values we can configure in the application. It's unlikely that you'll ever need to construct this yourself unless for testing. Instead, it should be loaded from the config file found in config.yaml
| 7 | // Instead, it should be loaded from the config file |
| 8 | // found in config.yaml |
| 9 | type Config struct{} |
nothing calls this directly
no outgoing calls
no test coverage detected