Ver código fonte

Cursor

- refactoring
Alexey Kim 1 ano atrás
pai
commit
02b489d122
1 arquivos alterados com 1 adições e 1 exclusões
  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
 }