Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { HoundsMetadataEndpoint string `yaml:"hounds_metadata_endpoint"` MAYCMetadataEndpoint string `yaml:"mayc_metadata_endpoint"` BotToken string `yaml:"discord_bot_token"` IPFSEndpoint string `yaml:"ipfs_endpoint"` ImageProcessorConfig ImageProcessorConfig `yaml:"image_processor_mappings"` }
type HandMapping ¶ added in v0.2.0
type HandMappings ¶ added in v0.2.0
type ImageProcessorConfig ¶
type ImageProcessorConfig struct { GMMappings map[string]string `yaml:"gm_mappings"` NFDMerchMappings MerchMappings `yaml:"nfd_merch_mappings"` SuitMappings SuitMappings `yaml:"suit_mappings"` Hands map[string]string `yaml:"-"` PledgeHands PledgeMappings `yaml:"pledge_hands"` ApeBagMappings map[string]string `yaml:"ape_bag"` MAYCBackgroundColorKeys map[string]string `yaml:"mayc_background_color_keys"` }
type MaskMapping ¶ added in v0.4.0
type MerchMappings ¶ added in v0.2.0
type PledgeMappings ¶ added in v0.2.0
type PledgeMappings struct { Hounds map[string]HandMappings `yaml:"mutant_hounds"` MAYC map[string]HandMappings `yaml:"mayc"` }
type SuitMappings ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.