Versions in this module Expand all Collapse all v0 v0.6.2 Oct 11, 2020 v0.6.1 Oct 10, 2020 Changes in this version + var MagicPlugin = magicPlugin + type CardInfo struct + Name string + Set *string + type CardNames struct + Counts map[string]int + Names []CardInfo + func NewCardNames() *CardNames + func (c *CardNames) Count(name string, set *string) int + func (c *CardNames) Insert(name string, set *string) + func (c *CardNames) InsertCount(name string, set *string, count int) + func (c *CardNames) String() string + type CockatriceCard struct + Name string + Number int + XMLName xml.Name + type CockatriceDeck struct + Comments string + Name string + Version int + XMLName xml.Name + Zones []CockatriceZone + type CockatriceZone struct + Cards []CockatriceCard + Name string + XMLName xml.Name + type DeckType int + const Main + const Maybeboard + const Sideboard