store

package
v0.0.0-...-0b081c6 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Player

type Player struct {
	Name string
	Wins int
}

type PlayerStorage

type PlayerStorage interface {
	GetPlayer(name string) (Player, error)
	IncWins(name string) (int, error)
	RemovePlayer(name string) error
	AddPlayer(name string) error
	GetAllPlayers() ([]Player, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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