Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyringeConfig ¶
type SyringeConfig struct { LessonsDir string GRPCPort int HTTPPort int DeviceGCAge int NonDeviceGCAge int HealthCheckInterval int TSDBExportInterval int TSDBEnabled bool IgnoreDisabled bool // This ignores the "disabled" field in lesson definitions. Useful for showing lessons in any state when running in dev, etc. Will load lesson regardless. }
func LoadConfigVars ¶
func LoadConfigVars() (*SyringeConfig, error)
Click to show internal directories.
Click to hide internal directories.