model

package
v0.0.0-...-29a42cb Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Pokemon

type Pokemon struct {
	ID       int    `json:"id"`
	Type     string `json:"type"`
	Ability  string `json:"ability"`
	Strength string `json:"strength"`
	Moves    string `json:"moves"`
}

swagger:model Pokemon

type PokemonExternal

type PokemonExternal struct {
	ID           int         `json:"id"`
	IsBattleOnly bool        `json:"is_battle_only"`
	IsDefault    bool        `json:"is_default"`
	IsMega       bool        `json:"is_mega"`
	Pokemon      interface{} `json:"pokemon"`
	VersionGroup struct {
		Name string `json:"name"`
	} `json:"version_group"`
}

Jump to

Keyboard shortcuts

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