(urls ...string)
| 300 | } |
| 301 | |
| 302 | func WithModelsURL(urls ...string) AppOption { |
| 303 | return func(o *ApplicationConfig) { |
| 304 | o.ModelsURL = urls |
| 305 | } |
| 306 | } |
| 307 | |
| 308 | func WithSystemState(state *system.SystemState) AppOption { |
| 309 | return func(o *ApplicationConfig) { |
no outgoing calls
no test coverage detected