Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppSettings ¶
type AppSettings struct { TemperatureUnits string `json:"temperatureUnits"` AuthSecret string `json:"authSecret"` BrewfatherAPIUserID string `json:"brewfatherApiUserId,omitempty"` BrewfatherAPIKey string `json:"brewfatherApiKey,omitempty"` BrewfatherLogURL string `json:"brewfatherLogUrl,omitempty"` InfluxDBURL string `json:"influxDbUrl,omitempty"` InfluxDBReadToken string `json:"influxDbReadToken,omitempty"` StatsDAddress string `json:"statsDAddress,omitempty"` }
type Settings ¶
type Settings struct { AppSettings auth.Credentials ModTime time.Time `json:"modTime"` }
Click to show internal directories.
Click to hide internal directories.