Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
220
type
FailingSASLServ
struct
{ Err error }
221
222
func
(s FailingSASLServ) Next([]byte) ([]byte, bool, error) {
223
return
nil, true, s.Err
224
}
Callers
10
TestCreateSASL
Function · 0.45
ExtractFromDomain
Function · 0.45
RewriteBody
Method · 0.45
TestSubmissionPrepare
Function · 0.45
checkRoutingLoops
Method · 0.45
LookupMulti
Method · 0.45
Keys
Method · 0.45
fieldsToSign
Method · 0.45
runAndMergeResults
Method · 0.45
applyResults
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestCreateSASL
Function · 0.36
TestSubmissionPrepare
Function · 0.36