result

package
v0.0.0-...-f5227cc Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExecType

type ExecType string
const (
	ExecRootType  ExecType = "root"
	ExecBlockType ExecType = "block"
)

type Result

type Result interface {
	slice.Slice
	Print()
}

func New

func New() Result

type ResultInfo

type ResultInfo struct {
	Type        ExecType
	ExecName    string
	VertexName  string
	StartTime   time.Time
	EndTime     time.Time
	Input       input.Input
	Output      output.Output
	Success     bool
	Reason      string
	BlockResult Result
}

Jump to

Keyboard shortcuts

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