Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDictionary ¶
GetDictionary to transform sets between Deckbox and Scryfall
Types ¶
type SetDetail ¶
type SetDetail struct {
Set string // e.g. Kaldheim
SetCode string // e.g. KHM
CardsInSet string // e.g. 405
ReleaseDate time.Time // e.g. 2021-02-05 (YYYY-MM-DD) || Jan 2021 (Month Year) || 30 Jan (Day Month (implied current year))
CollectorNumberMismatch bool
}
SetDetail holds details about the set
func GetDeckboxSetDetails ¶
GetDeckboxSetDetails from deckbox because they have a slightly different naming schema compared to scryfall
func GetScryfallSetDetails ¶
GetScryfallSetDetails gets scryfall set details
Click to show internal directories.
Click to hide internal directories.