Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.3.0
type Config struct {
Server struct {
Address string
}
Client struct {
Address string
}
Log struct {
Format string
Level string
}
Core struct {
Image string
Name string
Path string
Database struct {
ServiceRelativePath string
ExecutionRelativePath string
}
}
SystemServices struct {
RelativePath string
}
Docker struct {
Socket string
Core struct {
Path string
}
}
}
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.
func (*Config) DaemonEnv ¶ added in v0.3.0
DaemonEnv returns the needed environmental variable for the Daemon.
Click to show internal directories.
Click to hide internal directories.