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

Method Lookup

framework/module/table.go:29–29  ·  view source on GitHub ↗
(ctx context.Context, s string)

Source from the content-addressed store, hash-verified

27// "table." in name.
28type Table interface {
29 Lookup(ctx context.Context, s string) (string, bool, error)
30}
31
32// MultiTable is the interface that module can implement in addition to Table

Callers 15

usernameForAuthMethod · 0.65
LookupMethod · 0.65
AuthPlainMethod · 0.65
CreateUserHashMethod · 0.65
LookupMethod · 0.65
AuthPlainMethod · 0.65
usernameForStorageMethod · 0.65
ConfigureMethod · 0.65
AuthorizeEmailUseFunction · 0.65
TestSQLFunction · 0.65
LookupMultiMethod · 0.65
LookupMethod · 0.65

Implementers 15

Dummyframework/module/modules/dummy.go
Authinternal/auth/pass_table/table.go
mockTableinternal/auth/plain_separate/plain_sep
Authinternal/auth/plain_separate/plain_sep
Authinternal/auth/shadow/module.go
Authinternal/auth/netauth/netauth.go
Authinternal/auth/ldap/ldap.go
Tableinternal/testutils/table.go
Storageinternal/storage/imapsql/imapsql.go
EmailLocalpartinternal/table/email_localpart.go
Fileinternal/table/file.go
Identityinternal/table/identity.go

Calls

no outgoing calls

Tested by 1

TestSQLFunction · 0.52