mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
add support for auth plugins
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// Package notifier defines the implementation for event notifier plugins.
|
||||
// Notifier plugins allow to receive filesystem events such as file uploads,
|
||||
// downloads etc. and user events such as add, update, delete.
|
||||
// Notifier plugins allow to receive notifications for supported filesystem
|
||||
// events such as file uploads, downloads etc. and user events such as add,
|
||||
// update, delete.
|
||||
package notifier
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user