mirror of
https://github.com/go-kratos/kratos.git
synced 2025-11-06 08:59:18 +02:00
fix: modify interface check way (#2375)
* fix: modify interface check way * fix
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"github.com/go-zookeeper/zk"
|
||||
)
|
||||
|
||||
var _ registry.Watcher = &watcher{}
|
||||
var _ registry.Watcher = (*watcher)(nil)
|
||||
|
||||
var ErrWatcherStopped = errors.New("watcher stopped")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user