generalize trigger kinds

This commit is contained in:
Christian Schwarz
2023-12-22 14:40:53 +00:00
parent b0caa2d151
commit c8afaf83ab
13 changed files with 168 additions and 57 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
type manual struct{}
func (s *manual) Run(ctx context.Context, snapshotsTaken *trigger.Trigger) {
func (s *manual) Run(ctx context.Context, snapshotsTaken trigger.Trigger {
// nothing to do
}