listing

package
v0.0.0-...-6b15219 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package listing is a simple package of constants for listing of games, primarily in a separate package to avoid circular dependencies.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Type

type Type int

Type is an enum of the type of list that should be returned.

const (
	//All denotes All games
	All Type = iota
	//ParticipatingActive denotes games this player is in that are not finished
	ParticipatingActive
	//ParticipatingFinished denotes games this player is in that are finished
	ParticipatingFinished
	//VisibleJoinableActive denotes games that this player is not in that are visible, possible to join
	//(open + slots) and Active
	VisibleJoinableActive
	//VisibleActive denotes games that this player is not in that are visible and active but not
	//joinable. (Popcorn games)
	VisibleActive
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL