deck

package
v0.0.0-...-b7eb296 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2021 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Card

type Card struct {
	Id       string `json:"id"`
	Quantity int    `json:"quantity"`
}

type Deck

type Deck struct {
	CardSkins []struct {
		GrpId int    `json:"grpId"`
		Ccv   string `json:"ccv"`
	} `json:"cardSkins"`
	Id          string `json:"id"`
	Name        string `json:"name"`
	Description string `json:"description"`
	Format      string `json:"format"`
	DeckTileId  int    `json:"deckTileId"`
	MainDeck    []int  `json:"mainDeck"`
	SideBoard   []int  `json:"sideboard"`
	CardBack    string `json:"cardBack"`
	LastUpdated string `json:"lastUpdated"`
}

type PreconDeck

type PreconDeck struct {
	Id            string `json:"id"`
	Name          string `json:"name"`
	Description   string `json:"description"`
	Format        string `json:"format"`
	ResourceId    string `json:"resourceId"`
	DeckTileId    int    `json:"deckTileId"`
	MainDeck      []Card `json:"mainDeck"`
	Sideboard     []Card `json:"sideboard"`
	LastUpdated   string `json:"lastUpdated"`
	LockedForUse  bool   `json:"lockedForUse"`
	LockedForEdit bool   `json:"lockedForEdit"`
	CardBack      string `json:"cardBack"`
	IsValid       bool   `json:"isValid"`
}

Jump to

Keyboard shortcuts

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