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 Tier string Domain string GRPCPort int HTTPPort int DeviceGCAge int NonDeviceGCAge int HealthCheckInterval int TSDBExportInterval int TSDBEnabled bool LessonTTL int LessonsLocal bool LessonRepoRemote string LessonRepoBranch string LessonRepoDir string }
func LoadConfigVars ¶
func LoadConfigVars() (*SyringeConfig, error)
func (*SyringeConfig) JSON ¶ added in v0.3.1
func (c *SyringeConfig) JSON() string
Click to show internal directories.
Click to hide internal directories.