Documentation ¶
Index ¶
Constants ¶
View Source
const ( KEY_OBJECT = "[Object]" KEY_NICKNAME = "nickname" KEY_BASE = "base" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { SystemsMap *lower_map.KeyLoweredMap[string, *System] Systems []*System }
func (*Config) Read ¶
func (frelconfig *Config) Read(universe_config *universe_mapped.Config, filesystem *filefind.Filesystem) *Config
type System ¶
type System struct { semantic.ConfigModel Nickname string Bases []*Base BasesByNick *lower_map.KeyLoweredMap[string, *Base] BasesByBase *lower_map.KeyLoweredMap[string, *Base] }
Click to show internal directories.
Click to hide internal directories.