(debug bool)
| 668 | } |
| 669 | |
| 670 | func WithDebug(debug bool) AppOption { |
| 671 | return func(o *ApplicationConfig) { |
| 672 | o.Debug = debug |
| 673 | } |
| 674 | } |
| 675 | |
| 676 | func WithTracingMaxItems(items int) AppOption { |
| 677 | return func(o *ApplicationConfig) { |
no outgoing calls
no test coverage detected