Selaa lähdekoodia

Cursor

- refactoring
Alexey Kim 1 vuosi sitten
vanhempi
commit
02b489d122
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
 }