Skip to content

Commit 757ae5f

Browse files
author
samshi
committed
feat: remove IsSame interface
1 parent 5a1a016 commit 757ae5f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cluster/base/instance.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ type Instance interface {
77
GetID() string
88
// IsValid 是否是有效实例
99
IsValid() bool
10-
// IsSame() 是否是同一个实例
11-
IsSame(ins Instance) bool
1210
}

0 commit comments

Comments
 (0)