Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EnvMarketplaceAddress string EnvMarketplaceToken string EnvMarketplaceEndpoint string )
Env to override on the system services
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.3.0
type Config struct {
Name string
Path string
Server struct {
Address string
}
Log struct {
Format string
ForceColors bool
Level string
}
Database struct {
ServiceRelativePath string
InstanceRelativePath string
ExecutionRelativePath string
}
SystemServices []*ServiceConfig
}
Config contains all the configuration needed.
func Global ¶ added in v0.3.0
Global returns a singleton of a Config after loaded ENV and validate the values.
Click to show internal directories.
Click to hide internal directories.