Documentation
¶
Index ¶
- type Node
- func (n *Node) CreateSkippedOutput(reason string, input dag_impl.Input) *Output
- func (n *Node) Execute(ctx context.Context, input dag_impl.Input) (*Output, error)
- func (n *Node) GetDependencies() []any
- func (n *Node) Kind() string
- func (n *Node) Read(ctx context.Context, input dag_impl.Input) (*Output, error)
- type Output
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct {
Description string `json:"description,omitempty"`
// contains filtered or unexported fields
}
func (*Node) CreateSkippedOutput ¶
func (*Node) GetDependencies ¶
type Output ¶
type Output struct {
dag_impl.BaseOutput
RepoPath string `json:"-"`
Commit string
}
func (*Output) PersistKey ¶
func (*Output) Summary ¶
func (o *Output) Summary(outputDir string) executiondag.NodeSummary
Click to show internal directories.
Click to hide internal directories.