git_clone_content

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2026 License: MIT Imports: 20 Imported by: 0

Documentation

Index

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 NewNode

func NewNode(isLocal bool, deps []any, ecosystems []def.Ecosystem) *Node

func (*Node) CreateSkippedOutput

func (n *Node) CreateSkippedOutput(reason string, input dag_impl.Input) *Output

func (*Node) Execute

func (n *Node) Execute(ctx context.Context, input dag_impl.Input) (*Output, error)

func (*Node) GetDependencies

func (n *Node) GetDependencies() []any

func (*Node) Kind

func (n *Node) Kind() string

func (*Node) Read

func (n *Node) Read(ctx context.Context, input dag_impl.Input) (*Output, error)

type Output

type Output struct {
	dag_impl.BaseOutput
	RepoPath string `json:"-"`
	Commit   string
}

func NewOutput

func NewOutput(status executiondag.Status, statusReason string, repoPath string, commit string, input dag_impl.Input) *Output

func (*Output) PersistKey

func (o *Output) PersistKey() string

func (*Output) Summary

func (o *Output) Summary(outputDir string) executiondag.NodeSummary

Jump to

Keyboard shortcuts

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