Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter interface { // GetFlowName get nbame of the flow GetFlowName() string // GetFlowDefinition get definition of the faas-flow GetFlowDefinition(*sdk.Pipeline, *sdk.Context) error }
Exporter
type FlowExporter ¶
type FlowExporter struct {
// contains filtered or unexported fields
}
FlowExporter core exporter
func CreateFlowExporter ¶
func CreateFlowExporter(exporter Exporter) (fexp *FlowExporter)
CreateFlowExporter initiate a FlowExporter with a provided Executor
func (*FlowExporter) Export ¶
func (fexp *FlowExporter) Export() ([]byte, error)
Export retrieve core definition
Click to show internal directories.
Click to hide internal directories.