Alexey Kim 2 жил өмнө
parent
commit
02b489d122

+ 1 - 1
connection/cursor.go

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