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

Struct statelessCheck

internal/check/stateless_check.go:60–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58)
59
60type statelessCheck struct {
61 modName string
62 instName string
63 resolver dns.Resolver
64 logger *log.Logger
65
66 // One used by Init if config option is not passed by a user.
67 defaultFailAction modconfig.FailAction
68 // The actual fail action that should be applied.
69 failAction modconfig.FailAction
70
71 connCheck FuncConnCheck
72 senderCheck FuncSenderCheck
73 rcptCheck FuncRcptCheck
74 bodyCheck FuncBodyCheck
75}
76
77type statelessCheckState struct {
78 c *statelessCheck

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected