resource

package
v0.0.0-...-2f2a3b5 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2022 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Board

type Board struct {
	BoardsRepository *board.Boards
}

func (Board) Handle

func (ir Board) Handle(w http.ResponseWriter, r *http.Request)

type Index

type Index struct {
	BoardsRepository *board.Boards
	TilesRepository  *tile.Tiles
}

func (Index) Handle

func (ir Index) Handle(w http.ResponseWriter, r *http.Request)

type IndexData

type IndexData struct {
	Squares     [][]board_square.BoardSquare
	YourSquares [][]board_square.BoardSquare
	Suggestions []board_square.Suggestion
}
type Recommended struct {
}

func (Recommended) Handle

func (rec Recommended) Handle(w http.ResponseWriter, r *http.Request)

type Tiles

type Tiles struct {
	TilesRepository *tile.Tiles
}

func (Tiles) Handle

func (ti Tiles) Handle(w http.ResponseWriter, r *http.Request)

Jump to

Keyboard shortcuts

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