flow

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2024 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Component

type Component struct {
	Key         string               `json:"key,omitempty"`
	Version     string               `json:"version,omitempty"`
	Arguments   map[string]any       `json:"arguments,omitempty"`
	Connections *ComponentConnection `json:"connections,omitempty"`
}

type ComponentConnection

type ComponentConnection struct {
	Targets []uint `json:"targets,omitempty"`
}

type Flow

type Flow struct {
	Name       string      `json:"name,omitempty"`
	Components []Component `json:"components,omitempty"`
	Runners    []Runner    `json:"runners,omitempty"`
}

type Runner

type Runner struct {
	Cluster   string `json:"cluster,omitempty"`
	Namespace string `json:"namespace,omitempty"`
	Version   string `json:"version,omitempty"`
}

Jump to

Keyboard shortcuts

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