Parcourir la source

Cursor

- refactoring
Alexey Kim il y a 1 an
Parent
commit
02b489d122
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 }