cursor.go 93 B

12345678
  1. package connection
  2. type Cursor interface {
  3. NS() Namespace
  4. Id() string
  5. Cursor() string
  6. }