MCPcopy Create free account
hub / github.com/danielmiessler/Fabric / CustomPatterns

Struct CustomPatterns

internal/tools/custom_patterns/custom_patterns.go:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type CustomPatterns struct {
31 *plugins.PluginBase
32 CustomPatternsDir *plugins.SetupQuestion
33}
34
35func (o *CustomPatterns) configure() error {
36 if o.CustomPatternsDir.Value != "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected