package connection type Cursor interface { NS() Namespace ID() string Cursor() string } type Namespace string const ( NSMatch Namespace = "Match" NSLeague Namespace = "League" NSTeam Namespace = "Team" )