flow

package
v0.0.0-...-0f4c570 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package flow contains a number of constructors for Flow nodes that are convenient for testing.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Collect

func Collect(re, repl string, dep *reflow.Flow) *reflow.Flow

Collect constructs a new reflow.OpCollect node.

func Data

func Data(b []byte) *reflow.Flow

Data constructs a new reflow.Data node.

func Exec

func Exec(image, cmd string, resources reflow.Resources, deps ...*reflow.Flow) *reflow.Flow

Exec constructs a new reflow.OpExec node.

func Extern

func Extern(rawurl string, dep *reflow.Flow) *reflow.Flow

Extern constructs a new reflow.OpExtern node.

func Groupby

func Groupby(re string, dep *reflow.Flow) *reflow.Flow

Groupby constructs a new reflow.OpGroupby node.

func Intern

func Intern(rawurl string) *reflow.Flow

Intern constructs a new reflow.OpIntern node.

func Map

func Map(fn func(*reflow.Flow) *reflow.Flow, dep *reflow.Flow) *reflow.Flow

Map constructs a new reflow.OpMap node.

func Merge

func Merge(deps ...*reflow.Flow) *reflow.Flow

Merge constructs a new reflow.OpMerge node.

func Pullup

func Pullup(deps ...*reflow.Flow) *reflow.Flow

Pullup constructs a new reflow.OpPullup node.

func Val

func Val(v reflow.Fileset) *reflow.Flow

Val constructs a new reflow.OpVal node.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL