Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tournament ¶
type Tournament struct {
// contains filtered or unexported fields
}
func NewTournament ¶
func NewTournament() Tournament
func (*Tournament) AddPlayer ¶
func (t *Tournament) AddPlayer(name string) error
func (*Tournament) FormatPlayers ¶
func (t *Tournament) FormatPlayers(w io.Writer)
func (*Tournament) GetPairings ¶
func (t *Tournament) GetPairings() [][2]int
func (*Tournament) NextRound ¶
func (t *Tournament) NextRound()
func (*Tournament) Pair ¶
func (t *Tournament) Pair()
Click to show internal directories.
Click to hide internal directories.