(method string)
| 20 | ) |
| 21 | |
| 22 | func WithMethod(method string) CheckerOption { |
| 23 | return func(config *CheckerConfig) { |
| 24 | config.method = method |
| 25 | } |
| 26 | } |
| 27 | |
| 28 | func WithDry(dry bool) CheckerOption { |
| 29 | return func(config *CheckerConfig) { |
no outgoing calls
no test coverage detected
searching dependent graphs…