Add notification hook and run summary
This commit is contained in:
9
internal/notify/noop.go
Normal file
9
internal/notify/noop.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package notify
|
||||
|
||||
import "context"
|
||||
|
||||
type Noop struct{}
|
||||
|
||||
func (Noop) Notify(ctx context.Context, event Event) error {
|
||||
return ctx.Err()
|
||||
}
|
||||
Reference in New Issue
Block a user