Browse Source

Cursor

- refactoring
Alexey Kim 1 year ago
parent
commit
02b489d122
1 changed files with 1 additions and 1 deletions
  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
 }