Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TATBuyingOption ¶
type TATClient ¶
type TATClient struct {
// contains filtered or unexported fields
}
func NewTATClient ¶
func NewTATClient() *TATClient
func (*TATClient) GetProductOptions ¶
func (tat *TATClient) GetProductOptions(productId string) ([]TATBuyingOption, error)
func (*TATClient) ListModernEditions ¶
func (tat *TATClient) ListModernEditions() ([]TATEdition, error)
func (*TATClient) ListVintageEditions ¶
func (tat *TATClient) ListVintageEditions() ([]TATEdition, error)
func (*TATClient) ProductsForId ¶
func (tat *TATClient) ProductsForId(id string, code string) (*TATProduct, error)
type TATEdition ¶
type TATProduct ¶
type Trollandtoad ¶
type Trollandtoad struct { LogCallback mtgban.LogCallbackFunc MaxConcurrency int // contains filtered or unexported fields }
func NewScraper ¶
func NewScraper() *Trollandtoad
func (*Trollandtoad) Buylist ¶
func (tat *Trollandtoad) Buylist() (mtgban.BuylistRecord, error)
func (*Trollandtoad) Info ¶
func (tat *Trollandtoad) Info() (info mtgban.ScraperInfo)
func (*Trollandtoad) Inventory ¶
func (tat *Trollandtoad) Inventory() (mtgban.InventoryRecord, error)
Click to show internal directories.
Click to hide internal directories.