Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PipelineOutput ¶
type PipelineOutput struct {
Pipelines []*PipelineSummary `json:"pipelines"`
Error string `json:"error"`
IsValid bool `json:"valid"`
Filename string `json:"filename"`
}
func NewPipelineOutput ¶
func (PipelineOutput) JSONString ¶
func (po PipelineOutput) JSONString() string
func (PipelineOutput) String ¶
func (po PipelineOutput) String() string
type PipelineSummary ¶
type PipelineSummary struct {
PipelineName string `json:"name"`
Receivers []string `json:"receivers"`
Processors []string `json:"processors"`
Exporters []string `json:"exporters"`
}
func NewPipelineSummary ¶
func NewPipelineSummary(name string, r []config.ComponentID, p []config.ComponentID, e []config.ComponentID) *PipelineSummary
Click to show internal directories.
Click to hide internal directories.