Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Autoscale *serverCfg.AutoscalerConfig
Provider *serverCfg.ProviderConfig
Server *serverCfg.Config
Storage *serverCfg.StorageConfig
TLS *serverCfg.TLSConfig
Telemetry *serverCfg.TelemetryConfig
}
Config contains all the required configuration to setup and run a Chemtrail server as defined by an operator.
type HTTPServer ¶
func (*HTTPServer) Start ¶
func (h *HTTPServer) Start() error
func (*HTTPServer) Stop ¶
func (h *HTTPServer) Stop() error
Click to show internal directories.
Click to hide internal directories.