MCPcopy Index your code
hub / github.com/foxcpp/maddy / Check

Struct Check

internal/check/command/command.go:61–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59var placeholderRe = regexp.MustCompile(`{[a-zA-Z0-9_]+?}`)
60
61type Check struct {
62 instName string
63 log *log.Logger
64
65 stage Stage
66 actions map[int]modconfig.FailAction
67 cmd string
68 cmdArgs []string
69}
70
71func New(c *container.C, modName, instName string) (module.Module, error) {
72 chk := &Check{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected