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

Struct Check

internal/check/skeleton.go:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41const modName = "check_things"
42
43type Check struct {
44 instName string
45 log log.Logger
46}
47
48func New(modName, instName string, aliases, inlineArgs []string) (module.Module, error) {
49 return &Check{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected