Documentation
¶
Overview ¶
Package service handles business logic for the application
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TournamentService ¶
type TournamentService struct {
// contains filtered or unexported fields
}
TournamentService handles tournament operations
func NewTournamentService ¶
func NewTournamentService(templateFS fs.FS) (*TournamentService, error)
NewTournamentService creates a new tournament service
func (*TournamentService) Close ¶
func (s *TournamentService) Close() error
Close closes any resources used by the service
Click to show internal directories.
Click to hide internal directories.