(apiKeys []string)
| 751 | } |
| 752 | |
| 753 | func WithApiKeys(apiKeys []string) AppOption { |
| 754 | return func(o *ApplicationConfig) { |
| 755 | o.ApiKeys = apiKeys |
| 756 | } |
| 757 | } |
| 758 | |
| 759 | func WithAgentJobRetentionDays(days int) AppOption { |
| 760 | return func(o *ApplicationConfig) { |
no outgoing calls
no test coverage detected