Default sets the default values for the configuration.
()
| 83 | |
| 84 | // Default sets the default values for the configuration. |
| 85 | func (cfg *AppConfig) Default() { |
| 86 | structutils.Defaults(cfg) |
| 87 | } |
| 88 | |
| 89 | // Validate validates the configuration structure and returns an error if it is invalid. |
| 90 | // |