Browse Source

Cursor

- refactoring
Alexey Kim 1 năm trước cách đây
mục cha
commit
02b489d122
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      connection/cursor.go

+ 1 - 1
connection/cursor.go

@@ -2,7 +2,7 @@ package connection
 
 type Cursor interface {
 	NS() Namespace
-	ID() string
+	Id() string
 
 	Cursor() string
 }