Load loads the configuration from a generic configuration source. - ctx is the deadline for loading the configuration. - config is the configuration structure to be loaded into.
( ctx context.Context, config *config.AppConfig, )
| 14 | // - ctx is the deadline for loading the configuration. |
| 15 | // - config is the configuration structure to be loaded into. |
| 16 | Load( |
| 17 | ctx context.Context, |
| 18 | config *config.AppConfig, |
| 19 | ) error |
no outgoing calls