Documentation
¶
Overview ¶
path: nexssp/flow/contracts/registry.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PipelineCompiler ¶
type PipelineCompiler interface {
CompilePipeline(expr string) (action.Executable, error)
}
PipelineCompiler turns an Arrow DSL expression into a runnable executable.
Click to show internal directories.
Click to hide internal directories.