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

Method ListUsers

framework/module/auth.go:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38type PlainUserDB interface {
39 PlainAuth
40 ListUsers() ([]string, error)
41 CreateUser(username, password string) error
42 SetUserPassword(username, password string) error
43 DeleteUser(username string) error

Callers 2

ListIMAPAcctsMethod · 0.65
usersListFunction · 0.65

Implementers 1

Authinternal/auth/pass_table/table.go

Calls

no outgoing calls

Tested by

no test coverage detected