Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var YGOPlugin = ygoPlugin{ // contains filtered or unexported fields }
YGOPlugin is the exported plugin for this module
Functions ¶
This section is empty.
Types ¶
type CardIDs ¶
type CardIDs struct { // IDs are the card IDs. IDs []int64 // Counts is a map of card ID to count (number of cards). Counts map[int64]int }
CardIDs contains the card IDs and their count.
func (*CardIDs) InsertCount ¶
InsertCount inserts several new cards in a CardIDs struct.
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.