Quellcode durchsuchen

Cursor

- refactoring
Alexey Kim vor 1 Jahr
Ursprung
Commit
02b489d122
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
 }