We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d6ea56 commit db9d31aCopy full SHA for db9d31a
docs/notifier/custom.md
@@ -13,7 +13,7 @@ import (
13
type CustomNotifierConfig struct{}
14
15
// GetNotifier returns a notfier that implement ffnotifier.Notifier
16
-func (c *CustomNotifier) GetNotifier(config ffclient.Config) (ffnotifier.Notifier, error) {
+func (c *CustomNotifierConfig) GetNotifier(config ffclient.Config) (ffnotifier.Notifier, error) {
17
return &CustomNotifier{}, nil
18
}
19
0 commit comments