Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArchitecturyDevelopConfig ¶
type ArchitecturyDevelopConfig struct {
Api string `yaml:"api"`
}
type Config ¶
type Config struct { Develop DevelopConfig `yaml:"develop"` Cache bool `yaml:"cache"` }
func DefaultConfig ¶
func DefaultConfig() Config
type DevelopConfig ¶
type DevelopConfig struct { Architectury ArchitecturyDevelopConfig `yaml:"architectury"` Fabric FabricDevelopConfig `yaml:"fabric"` Forge ForgeDevelopConfig `yaml:"forge"` Quilt QuiltDevelopConfig `yaml:"quilt"` }
type FabricDevelopConfig ¶
type ForgeDevelopConfig ¶
type ForgeDevelopConfig struct {
Api string `yaml:"api"`
}
type QuiltDevelopConfig ¶
Click to show internal directories.
Click to hide internal directories.