Test actions
Some checks failed
lint / lint (pull_request) Failing after 34s
pr / test (pull_request) Failing after 38s

This commit is contained in:
Aleksandr Tolstikhin
2024-12-05 23:55:31 +07:00
parent e0f3418e80
commit d04314b472
4 changed files with 12 additions and 10 deletions

View File

@@ -62,4 +62,6 @@ type Watcher interface {
Stop()
}
func Watch(context.Context) (Watcher, error)
func Watch(context.Context) (Watcher, error) {
return nil, nil
}