Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileNotifier ¶
type FileNotifier struct {
// contains filtered or unexported fields
}
FileNotifier implements basic Notifier using file storage
type Notifier ¶
type Notifier interface { // Notify sends fileName string to the a queue beneath Notify(fileName string) error // Init initializes notifier with configuration Init(data []byte) error }
Notifier is the interface that wraps basic Notify method