Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetByCardAndLang ¶
type MatchingFace ¶ added in v0.3.2
type ScryfallCard ¶
type ScryfallCard struct { Name string `json:"name"` // external-struct ImgUris ScyfallImgURIs `json:"image_uris"` // external-struct Faces []ScryfallCard `json:"card_faces"` }
func (*ScryfallCard) FindMatchingCardParts ¶
func (sc *ScryfallCard) FindMatchingCardParts(c *card.Card) []*MatchingFace
type ScyfallImgURIs ¶ added in v0.3.2
type ScyfallImgURIs struct {
Normal string `json:"normal"`
}
Click to show internal directories.
Click to hide internal directories.