Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/foxcpp/maddy
/ mockAuth
Struct
mockAuth
internal/auth/plain_separate/plain_separate_test.go:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
)
29
30
type
mockAuth
struct
{
31
db
map
[string]bool
32
}
33
34
func
(mockAuth) SASLMechanisms() []string {
35
return
[]string{sasl.Plain, sasl.Login}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected