Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CardFetcher ¶
type CardFetcher struct{}
CardFetcher is a simple type for fetching images directly from a URL.
func (*CardFetcher) GetCardImage ¶
GetCardImage implements the forgefs.CardImageFetcher interface.
type DoKAPI ¶
type DoKAPI struct {
// contains filtered or unexported fields
}
DoKAPI enables API calls to the decksofkeyforge server. Calls are rate-limited to ensure compliance with the decksofkeyforge API rules.
type SkyJAPI ¶
type SkyJAPI struct {
// contains filtered or unexported fields
}
SkyJAPI enables fetching of deck list images from SkyJedi's TTS server. Requests are rate-limited to be nice.
func NewSkyJAPI ¶
NewSkyJAPI returns a new instance of SkyJAPI.
func (*SkyJAPI) GetDeckImage ¶
GetDeckImage implements the forgefs.DeckImageFetcher interface.
func (*SkyJAPI) GetDeckImageSuffix ¶
GetDeckImageSuffix implements the forgefs.DeckImageFetcher interface.
Click to show internal directories.
Click to hide internal directories.