routes

package
v0.0.0-...-6a3b04f Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var App *utils.App

Functions

func GameR

func GameR(w http.ResponseWriter, r *http.Request)

func Index

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

func Platform

func Platform(w http.ResponseWriter, r *http.Request)

func Platforms

func Platforms(w http.ResponseWriter, r *http.Request)

func TemplateMaker

func TemplateMaker(w http.ResponseWriter, path string, data any)

func Year

func Year(w http.ResponseWriter, r *http.Request)

func Years

func Years(w http.ResponseWriter, r *http.Request)

Types

type YGame

type YGame struct {
	Name          string `json:"Game"`
	Year          uint   `json:"Year"`
	Publisher     string `json:"Publisher"`
	Developer     string `json:"Dev"`
	Platform      string `json:"Platform"`
	GameLink      string `json:"GameLink"`
	DevLink       string `json:"DevLink"`
	PublisherLink string `json:"PublisherLink"`
	PlatformLink  string `json:"PlatformLink"`
}

Jump to

Keyboard shortcuts

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