mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-27 02:38:33 +02:00
v0.26.0
This commit is contained in:
@@ -304,9 +304,9 @@ The notif package integrates with:
|
||||
|
||||
```go
|
||||
var (
|
||||
ErrMissingNotifProvider = gperr.New("missing notification provider")
|
||||
ErrInvalidNotifProviderType = gperr.New("invalid notification provider type")
|
||||
ErrUnknownNotifProvider = gperr.New("unknown notification provider")
|
||||
ErrMissingNotifProvider = errors.New("missing notification provider")
|
||||
ErrInvalidNotifProviderType = errors.New("invalid notification provider type")
|
||||
ErrUnknownNotifProvider = errors.New("unknown notification provider")
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user