data

package
v0.0.0-...-cb04537 Latest Latest
Warning

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

Go to latest
Published: May 17, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Pet

type Pet struct {
	Id   int    `json:"id"`
	Name string `json:"name"`
	Race string `json:"race"`
	Mod  string `json:"mod"`
}

func (Pet) String

func (p Pet) String() string

type PetMap

type PetMap map[int]Pet

func (PetMap) Values

func (pm PetMap) Values() []Pet

Jump to

Keyboard shortcuts

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