dag

package
v1.37.0 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Config config.Config
}

func DefaultConfig

func DefaultConfig() *Config

type DAG

func New

func New(_ context.Context, cfg *Config) DAG

type Dag

type Dag struct {
	Vertex []Vertex
	Edge   []Edge
}

type Edge

type Edge struct {
	From string
	To   string
}

type Task

type Task struct {
	Name     string
	File     runner.File
	Params   []runner.Param
	Commands []string
	Width    int64
	Language runner.Language
	Depends  []string
}

type Vertex

type Vertex struct {
	Name     string
	File     runner.File
	Params   []runner.Param
	Commands []string
	Width    int64
	Language runner.Language
}

Jump to

Keyboard shortcuts

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