Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultConfigFileName = "gomon.config.yml"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { RootDirectory string `yaml:"rootDirectory"` Command []string `yaml:"command"` Entrypoint string `yaml:"entrypoint"` EntrypointArgs []string `yaml:"entrypointArgs"` EnvFiles []string `yaml:"envFiles"` ExcludePaths []string `yaml:"excludePaths"` HardReload []string `yaml:"hardReload"` SoftReload []string `yaml:"softReload"` Generated map[string][]string `yaml:"generated"` Prestart []string `yaml:"prestart"` ProxyOnly bool `yaml:"proxyOnly"` Proxy struct { Enabled bool `yaml:"enabled"` Port int `yaml:"port"` Downstream struct { Host string `yaml:"host"` Timeout int `yaml:"timeout"` } `yaml:"downstream"` } `yaml:"proxy"` UI struct { Enabled bool `yaml:"enabled"` Port int `yaml:"port"` } `yaml:"ui"` }
Click to show internal directories.
Click to hide internal directories.