(ctx context.Context)
| 605 | } |
| 606 | |
| 607 | func WithContext(ctx context.Context) AppOption { |
| 608 | return func(o *ApplicationConfig) { |
| 609 | o.Context = ctx |
| 610 | } |
| 611 | } |
| 612 | |
| 613 | func WithYAMLConfigPreload(configFile string) AppOption { |
| 614 | return func(o *ApplicationConfig) { |
no outgoing calls