- refactoring
@@ -2,7 +2,7 @@ package connection
type Cursor interface {
NS() Namespace
- ID() string
+ Id() string
Cursor() string
}