Documentation
¶
Index ¶
Constants ¶
View Source
const MB1ProductHash = "48ff4766-9d88-5426-800a-1613c990011b"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TNTBuyingOption ¶ added in v0.4.21
type TNTClient ¶ added in v0.4.21
type TNTClient struct {
// contains filtered or unexported fields
}
func NewTNTClient ¶ added in v0.4.21
func NewTNTClient() *TNTClient
func (*TNTClient) GetProductOptions ¶ added in v0.4.21
func (tnt *TNTClient) GetProductOptions(productId string) ([]TNTBuyingOption, error)
func (*TNTClient) ListModernEditions ¶ added in v0.4.21
func (tnt *TNTClient) ListModernEditions() ([]TNTEdition, error)
func (*TNTClient) ListVintageEditions ¶ added in v0.4.21
func (tnt *TNTClient) ListVintageEditions() ([]TNTEdition, error)
func (*TNTClient) ProductsForId ¶ added in v0.4.21
func (tnt *TNTClient) ProductsForId(id string, code string) (*TNTProduct, error)
type TNTEdition ¶ added in v0.4.21
type TNTProduct ¶ added in v0.4.21
type Trollandtoad ¶
type Trollandtoad struct { LogCallback mtgban.LogCallbackFunc MaxConcurrency int // contains filtered or unexported fields }
func NewScraper ¶
func NewScraper() *Trollandtoad
func (*Trollandtoad) Info ¶
func (tnt *Trollandtoad) Info() (info mtgban.ScraperInfo)
func (*Trollandtoad) Inventory ¶
func (tnt *Trollandtoad) Inventory() (mtgban.InventoryRecord, error)
Click to show internal directories.
Click to hide internal directories.