Documentation ¶
Overview ¶
Package flow contains a number of constructors for Flow nodes that are convenient for testing.
Index ¶
- func Collect(re, repl string, dep *reflow.Flow) *reflow.Flow
- func Data(b []byte) *reflow.Flow
- func Exec(image, cmd string, resources reflow.Resources, deps ...*reflow.Flow) *reflow.Flow
- func Extern(rawurl string, dep *reflow.Flow) *reflow.Flow
- func Groupby(re string, dep *reflow.Flow) *reflow.Flow
- func Intern(rawurl string) *reflow.Flow
- func Map(fn func(*reflow.Flow) *reflow.Flow, dep *reflow.Flow) *reflow.Flow
- func Merge(deps ...*reflow.Flow) *reflow.Flow
- func Pullup(deps ...*reflow.Flow) *reflow.Flow
- func Val(v reflow.Fileset) *reflow.Flow
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.