Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/foxcpp/maddy
/ LookupMulti
Method
LookupMulti
framework/module/table.go:35–35 ·
view source on GitHub ↗
(ctx context.Context, s string)
Source
from the content-addressed store, hash-verified
33
// if it can provide multiple values as a lookup result.
34
type
MultiTable
interface
{
35
LookupMulti(ctx context.Context, s string) ([]string, error)
36
}
37
38
type
MutableTable
interface
{
Callers
6
AuthorizeEmailUse
Function · 0.65
TestSQL
Function · 0.65
LookupMulti
Method · 0.65
LookupMulti
Method · 0.65
rewrite
Method · 0.65
authzSender
Method · 0.65
Implementers
9
Dummy
framework/module/modules/dummy.go
MultiTable
internal/testutils/multitable.go
File
internal/table/file.go
Chain
internal/table/chain.go
EmailWithDomain
internal/table/email_with_domain.go
Static
internal/table/static.go
SQLTable
internal/table/sql_table.go
SQL
internal/table/sql_query.go
Regexp
internal/table/regexp.go
Calls
no outgoing calls
Tested by
1
TestSQL
Function · 0.52