Documentation
¶
Index ¶
Constants ¶
View Source
const ( MaxFilenameLength = 200 MinWidth = 2 MinHeight = 2 MaxWidth = 10 MaxHeight = 7 MaxCount = MaxWidth*MaxHeight - 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Debug bool `json:"debug"`
Version string `json:"version"`
Data string `json:"data"`
Game string `json:"game"`
Cache string `json:"cache"`
Result string `json:"result"`
CardImagePath string `json:"cardImagePath"`
DeckImagePath string `json:"deckImagePath"`
CollectionImagePath string `json:"collectionImagePath"`
GameImagePath string `json:"gameImagePath"`
}
func (*Config) SetDataPath ¶
SetDataPath For tests only!!!
Click to show internal directories.
Click to hide internal directories.