Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyConfig ¶
func ApplyConfig(cfg *PipeConfig, builder *graph.Builder)
Types ¶
type Connections ¶
Connections key: name of the source node. Value: array of destination nodes.
type PipeConfig ¶
type PipeConfig struct { Http []stage.Http `hcl:"http,block"` StdOut []stage.Stdout `hcl:"stdout,block"` Deleter []stage.Deleter `hcl:"deleter,block"` SysMon []system.Monitor `hcl:"sysmon,block"` Connect Connections `hcl:"connect"` }
func ReadConfig ¶
func ReadConfig(in io.Reader) (PipeConfig, error)
Click to show internal directories.
Click to hide internal directories.