1
0
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:
jesse.tang
2022-09-14 22:05:48 +08:00
committed by GitHub
parent ae505063fe
commit f2a33929d0
12 changed files with 12 additions and 12 deletions

View File

@@ -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")