goscgp

package module
v0.0.0-...-7d8b5f3 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2019 License: BSD-3-Clause Imports: 1 Imported by: 0

README

goCityGamesPrice

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Card

type Card struct {
	Name       string       `json:"Name"`
	Set        string       `json:"Set"`
	Foil       bool         `json:"Foil,omitempty"`
	Conditions []Conditions `json:"Conditions"`
}

Card contains info about card: it's name, set, foiling and conditions

func (Card) String

func (c Card) String() string

type Conditions

type Conditions struct {
	Condition string `json:"Condition"`
	Count     int    `json:"Count"`
	Price     int    `json:"Price"`
	Discount  int    `json:"Discount,omitempty"`
}

Conditions contains info about card's condition: condition code,

availible units and price

func (Conditions) String

func (c Conditions) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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