ui

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

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.

Jump to

Keyboard shortcuts

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