Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CardDetail ¶
type CardDetail struct {
Name string `json:"Name"`
Set string `json:"Edition"`
CollectorNumber string `json:"Card Number"`
}
CardDetail holds the minimum information to uniquely identify a card
type SetDetail ¶
type SetDetail struct {
Set string `json:"Set"` // e.g. Time Spiral Remastered
SetCode string `json:"SetCode"` // e.g. TSR
CollectorNumberMismatch bool `json:"cnMismatch"`
}
SetDetail holds the full spelling and abbreviation of the set (according to scryfall)
type TransSet ¶
type TransSet struct {
Scryfall string `json:"sfSetName"`
Deckbox string `json:"dbSetName"`
CollectorNumberMismatch bool `json:"cnMismatch"`
}
TransSet holds two strings for each value of a given set in the manual lookup fix
type Yeva ¶ added in v1.1.0
type Yeva struct {
SaveImagesToPath string `yaml:"SaveImagesToPath"`
InventoryNumber string `yaml:"InventoryNumber"`
Decklists []string `yaml:"Decklists"`
}
Yeva goes into YevaConfig
type YevaConfig ¶ added in v1.1.0
type YevaConfig struct {
Yeva Yeva `yaml:"Yeva"`
}
YevaConfig file to configure Yeva
Click to show internal directories.
Click to hide internal directories.