Documentation
¶
Index ¶
Constants ¶
View Source
const (
Version = "0.1"
)
Version is the application version
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Settings ¶
type Settings struct {
Driver string `yaml:"driver"`
DataSource string `yaml:"datasource"`
JwtSecret string `yaml:"jwtSecret"`
LocalPort string `yaml:"localport"`
DeviceTwinAPIUrl string `yaml:"deviceTwinAPIServiceUrl"`
IdentityAPIUrl string `yaml:"defaultIdentityAPIUrl"`
URLHost string `yaml:"urlHost"`
URLScheme string `yaml:"urlScheme"`
StoreURL string `yaml:"storeURL"`
Version string
}
Settings defines the parsed config file settings.
Click to show internal directories.
Click to hide internal directories.