Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var VanguardPlugin = vanguardPlugin{ // contains filtered or unexported fields }
VanguardPlugin is the exported plugin for this package
Functions ¶
This section is empty.
Types ¶
type CardNames ¶
type CardNames struct { // Names are the card names. Names []string // Counts is a map of card name to count (number of this card in the deck). Counts map[string]int }
CardNames contains the card names and their count.
func (*CardNames) InsertCount ¶
InsertCount inserts several new cards in a CardNames struct.
Click to show internal directories.
Click to hide internal directories.