| 28 | } |
| 29 | |
| 30 | type CustomPatterns struct { |
| 31 | *plugins.PluginBase |
| 32 | CustomPatternsDir *plugins.SetupQuestion |
| 33 | } |
| 34 | |
| 35 | func (o *CustomPatterns) configure() error { |
| 36 | if o.CustomPatternsDir.Value != "" { |
nothing calls this directly
no outgoing calls
no test coverage detected