package connection type Namespace string type Cursor interface { NS() Namespace Id() string Cursor() string }