package
Version:
v0.7.2
Opens a new window with list of versions in this module.
Published: Jan 20, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type App struct {
Name string `yaml:"name"`
Host string `yaml:"host"`
Port int `yaml:"port"`
}
type Workflow struct {
Flows []App `yaml:"flows"`
Sinks []App `yaml:"sinks"`
}
type WorkflowConfig struct {
App `yaml:",inline"`
Workflow `yaml:",inline"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.