This commit is contained in:
Christian Schwarz
2024-05-09 13:25:31 +00:00
parent c8afaf83ab
commit beecb4b93d
6 changed files with 9 additions and 10 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.Manual) {
// nothing to do
}