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

Struct MultiTable

internal/testutils/multitable.go:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21import "context"
22
23type MultiTable struct {
24 M map[string][]string
25 Err error
26}
27
28func (m MultiTable) LookupMulti(_ context.Context, a string) ([]string, error) {
29 b, ok := m.M[a]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected