Method
Lookup
(ctx context.Context, s string)
Source from the content-addressed store, hash-verified
| 27 | // "table." in name. |
| 28 | type 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 |
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 Fileinternal/table/file.go