Documentation
¶
Index ¶
Constants ¶
View Source
const ( ProgName = "EggContractor" ConfigTemplate = `` /* 1509-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Player PlayerConfig
Players []PlayerConfig
Database DatabaseConfig
Notification NotificationConfig
}
func (Config) Deprecations ¶
func (c Config) Deprecations() Deprecations
func (Config) HasLegacyPlayerField ¶
func (Config) MultiAccountMode ¶
func (*Config) ResolveAndValidate ¶
type DatabaseConfig ¶
type DatabaseConfig struct {
Path string
}
type Deprecations ¶
type Deprecations struct {
HasLegacyPlayerField bool
}
type NotificationConfig ¶
type PlayerConfig ¶
Click to show internal directories.
Click to hide internal directories.