We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1a016 commit 757ae5fCopy full SHA for 757ae5f
cluster/base/instance.go
@@ -7,6 +7,4 @@ type Instance interface {
7
GetID() string
8
// IsValid 是否是有效实例
9
IsValid() bool
10
- // IsSame() 是否是同一个实例
11
- IsSame(ins Instance) bool
12
}
0 commit comments