internal

package
v0.0.0-...-827efb9 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2025 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ProductOwner = "product-owner"
	Developer    = "developer"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application struct {
	// contains filtered or unexported fields
}

func NewApplication

func NewApplication(upgrader *websocket.Upgrader, config *GuessConfig, logger *slog.Logger) *Application

func (*Application) ListenForRoomDestroy

func (app *Application) ListenForRoomDestroy()

func (*Application) Routes

func (app *Application) Routes() *http.ServeMux

type Client

type Client struct {
	Name   string
	Role   string
	Guess  int
	DoSkip bool
	// contains filtered or unexported fields
}

func (*Client) AsReveal

func (client *Client) AsReveal() map[string]any

type GuessConfig

type GuessConfig struct {
	Guesses []guessConfigEntry
}

func NewGuessConfig

func NewGuessConfig(possibleGuesses, possibleGuessesDescription string) (*GuessConfig, error)

type Room

type Room struct {
	// contains filtered or unexported fields
}

func (*Room) Run

func (room *Room) Run()

type RoomId

type RoomId string

Jump to

Keyboard shortcuts

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