Test actions
This commit is contained in:
@@ -62,4 +62,6 @@ type Watcher interface {
|
||||
Stop()
|
||||
}
|
||||
|
||||
func Watch(context.Context) (Watcher, error)
|
||||
func Watch(context.Context) (Watcher, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user