mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 05:57:39 +03:00
Document relation between module namespaces and interfaces
This commit is contained in:
parent
1ee501ba99
commit
623c0d8a04
6 changed files with 16 additions and 0 deletions
|
@ -11,6 +11,8 @@ var (
|
|||
|
||||
// PlainAuth is the interface implemented by modules providing authentication using
|
||||
// username:password pairs.
|
||||
//
|
||||
// Modules implementing this interface should be registered with "auth." prefix in name.
|
||||
type PlainAuth interface {
|
||||
AuthPlain(username, password string) error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue