Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentView ¶
type ComponentView struct { Name string `json:"name"` RawConfig string `json:"raw_config,omitempty"` SampleConfig string `json:"sample_config"` Description string `json:"description"` InjectName string `json:"inject_name,omitempty"` ReflectType string `json:"reflect_type,omitempty"` ReflectValue string `json:"reflect_value,omitempty"` }
type ControlCommand ¶
type ControlCommand string
const ( ControlCommandStart ControlCommand = "start" ControlCommandStop ControlCommand = "stop" ControlCommandRestart ControlCommand = "restart" )
type MetadataView ¶
type PipelineView ¶
type PipelineView struct { Name string `json:"name"` State string `json:"state"` Schedule string `json:"schedule"` Bootstrap bool `json:"bootstrap"` StartTime string `json:"start_time"` ExitTime string `json:"exit_time"` RunTimes string `json:"run_times"` NextRunTime string `json:"next_run_time"` LastStartTime string `json:"last_start_time"` LastEndTime string `json:"last_end_time"` }
type PluginOpenRequest ¶
type PluginOpenRequest struct {
Path string `json:"path"`
}
type PluginView ¶
type ProcessorView ¶
type VisualizeFormat ¶
type VisualizeFormat string
const ( VisualizeFormatSVG VisualizeFormat = "svg" VisualizeFormatRaw VisualizeFormat = "raw" VisualizeFormatDot VisualizeFormat = "dot" VisualizeFormatASCIITable VisualizeFormat = "ascii_table" )
Click to show internal directories.
Click to hide internal directories.