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