Discover Packages
github.com/BennettMobley/yeva
dataobjects
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Feb 4, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
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 struct {
Set string `json:"Set"`
SetCode string `json:"SetCode"`
CollectorNumberMismatch bool `json:"cnMismatch"`
}
SetDetail holds the full spelling and abbreviation of the set (according to scryfall)
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
Source Files
¶
Click to show internal directories.
Click to hide internal directories.