executors

package
v0.0.0-...-7eaa7e1 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2024 License: BSD-3-Clause Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsExecutor

func IsExecutor(filePath string) (bool, error)

Types

type Executors

type Executors struct {
	// contains filtered or unexported fields
}

func New

func New(executorPath string) *Executors

func (*Executors) Apply

func (es *Executors) Apply(sockPath string, target Target, env map[string]string, exes []string) error

func (*Executors) Clean

func (es *Executors) Clean() error

func (*Executors) ExecutorSrc

func (es *Executors) ExecutorSrc() (string, error)

func (*Executors) SetExecutorSrc

func (es *Executors) SetExecutorSrc(path string)

type Target

type Target struct {
	// contains filtered or unexported fields
}

func NewTarget

func NewTarget(commitUUID strfmt.UUID, owner, name, dir string) Target

func (*Target) CommitUUID

func (t *Target) CommitUUID() strfmt.UUID

func (*Target) Dir

func (t *Target) Dir() string

func (*Target) Name

func (t *Target) Name() string

func (*Target) Owner

func (t *Target) Owner() string

Directories

Path Synopsis
Package execmeta models the executor meta data that is communicated from the state tool to executors via file.
Package execmeta models the executor meta data that is communicated from the state tool to executors via file.

Jump to

Keyboard shortcuts

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