Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MTGMintCard ¶
type MTGMintCard struct { LogCallback mtgban.LogCallbackFunc Partner string // contains filtered or unexported fields }
func NewScraper ¶
func NewScraper() *MTGMintCard
func (*MTGMintCard) Buylist ¶
func (mint *MTGMintCard) Buylist() (mtgban.BuylistRecord, error)
func (*MTGMintCard) Info ¶
func (mint *MTGMintCard) Info() (info mtgban.ScraperInfo)
func (*MTGMintCard) Inventory ¶
func (mint *MTGMintCard) Inventory() (mtgban.InventoryRecord, error)
type MintClient ¶
type MintClient struct {
// contains filtered or unexported fields
}
func NewMintClient ¶
func NewMintClient() (*MintClient, error)
func (*MintClient) GetProductList ¶
func (mint *MintClient) GetProductList() (MintData, error)
type MintData ¶
type MintData map[string]struct { Abbreviation string `json:"Abbreviation"` EditionId string `json:"Edition Id"` // Maps of Language - Finish - Condition - Rarity as keys Cards map[string]map[string]map[string]map[string][]Card `json:"Cards"` }
Map with Edition as keys
type MintProductList ¶
Click to show internal directories.
Click to hide internal directories.