ports

package
v0.0.0-...-9fe3520 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2024 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Messenger

type Messenger interface {
	Message(p *player.Player, s string)
}

type TeamRepository

type TeamRepository interface {
	FindByMemberName(name string) (model.Team, bool)
	FindByName(name string) (model.Team, bool)
	FindAll() model.Team
	Save(model.Team)
}

type UserRepository

type UserRepository interface {
	FindByName(name string) (model.User, bool)
	FindAll() model.User
	Save(model.User)
}

Jump to

Keyboard shortcuts

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