MCPcopy 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.
34type MultiTable interface {
35 LookupMulti(ctx context.Context, s string) ([]string, error)
36}
37
38type MutableTable interface {

Callers 6

AuthorizeEmailUseFunction · 0.65
TestSQLFunction · 0.65
LookupMultiMethod · 0.65
LookupMultiMethod · 0.65
rewriteMethod · 0.65
authzSenderMethod · 0.65

Implementers 9

Dummyframework/module/modules/dummy.go
MultiTableinternal/testutils/multitable.go
Fileinternal/table/file.go
Chaininternal/table/chain.go
EmailWithDomaininternal/table/email_with_domain.go
Staticinternal/table/static.go
SQLTableinternal/table/sql_table.go
SQLinternal/table/sql_query.go
Regexpinternal/table/regexp.go

Calls

no outgoing calls

Tested by 1

TestSQLFunction · 0.52