Documentation
¶
Index ¶
- type FlowParser
- func (f FlowParser) CreatePipelineList(flow flows_api.Flow) lib.Pipeline
- func (f FlowParser) DecideDeploymentPlatform(cells []flows_api.Cell) (newCells []flows_api.Cell)
- func (f FlowParser) GetInputsAndConfig(id string, userId string, authorization string) ([]flows_api.Cell, error)
- func (f FlowParser) ParseFlow(id string, userId string, authorization string) (pipeline lib.Pipeline, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlowParser ¶
type FlowParser struct {
// contains filtered or unexported fields
}
func NewFlowParser ¶
func NewFlowParser(flowApi flows_api.FlowApiService) *FlowParser
func (FlowParser) CreatePipelineList ¶
func (f FlowParser) CreatePipelineList(flow flows_api.Flow) lib.Pipeline
func (FlowParser) DecideDeploymentPlatform ¶
func (f FlowParser) DecideDeploymentPlatform(cells []flows_api.Cell) (newCells []flows_api.Cell)
func (FlowParser) GetInputsAndConfig ¶
func (f FlowParser) GetInputsAndConfig(id string, userId string, authorization string) ([]flows_api.Cell, error)
Click to show internal directories.
Click to hide internal directories.