Documentation ¶
Index ¶
Constants ¶
View Source
const ( // https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html XDGConfigHomeLinuxEnv = "XDG_CONFIG_HOME" LocalAppDataWindowsEnv = "LOCALAPPDATA" Dir = "SIMULATOR_DIR" FileName = "config.yaml" )
Variables ¶
This section is empty.
Functions ¶
func SimulatorDir ¶
Types ¶
type Config ¶
type Config struct { Name string `yaml:"name"` Bucket string `yaml:"bucket"` BaseDir string `yaml:"baseDir,omitempty"` Cli `yaml:"cli,omitempty"` Container `yaml:"container"` }
func (*Config) AdminBundleDir ¶
func (*Config) ContainerUser ¶
func (*Config) PlayerBundleDir ¶
Click to show internal directories.
Click to hide internal directories.