Explorar el Código

Cursor

- refactoring
Alexey Kim hace 1 año
padre
commit
02b489d122
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 }