Documentation ¶ Index ¶ func TestFlowUI(fr models.FlowRun) type Edge type Node Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func TestFlowUI ¶ func TestFlowUI(fr models.FlowRun) Types ¶ type Edge ¶ type Edge struct { Name string InputURL string // S3/presigned URL to PUT to FilePath string // selected local file path Status string // PENDING, UPLOADING, DONE, ERROR } Edge is an input with a presigned S3 URL. type Node ¶ type Node struct { Name string Pipeline string Status string // e.g. "IDLE", "RUNNING" } Node represents a worker node. Source Files ¶ View all Source files list.gotestui.go Click to show internal directories. Click to hide internal directories.