mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-11-29 22:08:10 +02:00
EventManager: add IDP login trigger and check account action
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -40,7 +40,7 @@ type failingReader struct {
|
||||
errRead error
|
||||
}
|
||||
|
||||
func (r *failingReader) ReadAt(p []byte, off int64) (n int, err error) {
|
||||
func (r *failingReader) ReadAt(_ []byte, _ int64) (n int, err error) {
|
||||
return 0, r.errRead
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user