champion

package
v0.0.0-...-df30b8b Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2024 License: CC0-1.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ChampionGET

func ChampionGET(ctx *gin.Context)

func ChampionGet

func ChampionGet() gin.HandlerFunc

func ChampionsGETAll

func ChampionsGETAll(ctx *gin.Context)

func ChampionsGetAll

func ChampionsGetAll() gin.HandlerFunc

func LoreGET

func LoreGET(ctx *gin.Context)

func LoreGet

func LoreGet() gin.HandlerFunc

Types

type Champion

type Champion struct {
	ID    int    `db:"id" json:"-"`
	Name  string `db:"name" json:"name"`
	Title string `db:"title" json:"title"`
	Race  string `db:"race" json:"race"`
	Blurb string `db:"blurb" json:"blurb"`
	Lore  string `db:"-" json:"lore"`
}

Jump to

Keyboard shortcuts

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