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

Method Next

internal/auth/sasl.go:222–224  ·  view source on GitHub ↗
([]byte)

Source from the content-addressed store, hash-verified

220type FailingSASLServ struct{ Err error }
221
222func (s FailingSASLServ) Next([]byte) ([]byte, bool, error) {
223 return nil, true, s.Err
224}

Callers 10

TestCreateSASLFunction · 0.45
ExtractFromDomainFunction · 0.45
RewriteBodyMethod · 0.45
TestSubmissionPrepareFunction · 0.45
checkRoutingLoopsMethod · 0.45
LookupMultiMethod · 0.45
KeysMethod · 0.45
fieldsToSignMethod · 0.45
runAndMergeResultsMethod · 0.45
applyResultsMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestCreateSASLFunction · 0.36
TestSubmissionPrepareFunction · 0.36