Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Card ¶
type Card struct { Number string `json:"CardNumber,omitempty"` RawName string `json:"CardName,omitempty"` // contains filtered or unexported fields }
Card represents a PSA card
func (*Card) Identifier ¶
Identifier returns the identifier (which is used for crafting queries)
type Set ¶
type Set int
Set is a collection of cards, eg: `Pokemon Fossil (1st Edition)`
func (*Set) Identifier ¶
Identifier gets the PSA set identifier for a set
type SetList ¶
type SetList struct { Draw int `json:"draw,omitempty"` RecordsTotal int `json:"recordsTotal,omitempty"` RecordsFiltered int `json:"recordsFiltered,omitempty"` HasCheckListItems bool `json:"hasCheckListItems,omitempty"` Data []*Card `json:"data,omitempty"` }
SetList holds a pokemon set card list
Click to show internal directories.
Click to hide internal directories.