mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 21:47:40 +03:00
refactor(gofumpt): run gofumpt over the code
This commit is contained in:
parent
32b75262ad
commit
b8d8ca6301
30 changed files with 52 additions and 61 deletions
|
@ -20,12 +20,10 @@ package module
|
|||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
// ErrUnknownCredentials should be returned by auth. provider if supplied
|
||||
// credentials are valid for it but are not recognized (e.g. not found in
|
||||
// used DB).
|
||||
ErrUnknownCredentials = errors.New("unknown credentials")
|
||||
)
|
||||
// ErrUnknownCredentials should be returned by auth. provider if supplied
|
||||
// credentials are valid for it but are not recognized (e.g. not found in
|
||||
// used DB).
|
||||
var ErrUnknownCredentials = errors.New("unknown credentials")
|
||||
|
||||
// PlainAuth is the interface implemented by modules providing authentication using
|
||||
// username:password pairs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue