Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Port int `yaml:"port"`
Orchestrator Orchestrator `yaml:"orchestrator"`
State State `yaml:"state"`
}
func (*Config) OrchestratorFactory ¶
func (c *Config) OrchestratorFactory() (orchestration.Orchestrator, error)
OrchestratorFactory initializes a new orchestrator implementation based on the configuration.
func (*Config) StateFactory ¶
StateFactory initializes a new state implementation based on the configuration.
type Orchestrator ¶
Click to show internal directories.
Click to hide internal directories.