MCPcopy Create free account
hub / github.com/foxcpp/maddy / state

Struct state

internal/check/authorize_sender/authorize_sender.go:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111type state struct {
112 c *Check
113 msgMeta *module.MsgMetadata
114 log *log.Logger
115}
116
117func (c *Check) CheckStateForMsg(_ context.Context, msgMeta *module.MsgMetadata) (module.CheckState, error) {
118 return &state{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected