Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Card ¶
type Card struct {
// contains filtered or unexported fields
}
Card details from deckbox export
type Interface ¶
type Interface interface { GetDeck(string) ([]string, error) GetInventory(string) ([]dataobjects.CardDetail, error) GetSetNames() ([]string, error) }
Interface of a deckbox
type Struct ¶
type Struct struct {
// contains filtered or unexported fields
}
Struct of a deckbox
func CreateWithInterface ¶
CreateWithInterface a deckbox
func (*Struct) GetInventory ¶
func (db *Struct) GetInventory(listNumber string) (dbInventory []dataobjects.CardDetail, err error)
GetInventory from deckbox given it's unique number
func (*Struct) GetSetNames ¶
GetSetNames from deckbox because they have a slightly different naming schema compared to scryfall
Click to show internal directories.
Click to hide internal directories.