Alexey Kim 1 жил өмнө
parent
commit
02b489d122
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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
 }