archive

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2021 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const TaskKindCreate = "create"
View Source
const ToolKind = "archive"

Variables

This section is empty.

Functions

This section is empty.

Types

type TaskCreate

type TaskCreate struct {
	rs.BaseField `yaml:"-"`

	TaskName string `yaml:"name"`

	tools.BaseTask `yaml:",inline"`

	// Format of the archive, one of [tar, zip]
	//
	// Defaults to `"zip"` when matrix.kernel is set to windows, otherwise `"tar"`
	Format string `yaml:"format"`

	// Compression configuration
	Compression *compressionSpec `yaml:"compression"`

	// Output archive file
	Output string `yaml:"output"`

	// Files to include into archive
	Files []*archiveFileSpec `yaml:"files"`
}

func (*TaskCreate) GetExecSpecs

func (*TaskCreate) Key added in v0.7.0

func (c *TaskCreate) Key() dukkha.TaskKey

func (*TaskCreate) Kind added in v0.7.0

func (c *TaskCreate) Kind() dukkha.TaskKind

func (*TaskCreate) Name added in v0.7.0

func (c *TaskCreate) Name() dukkha.TaskName

type Tool

type Tool struct {
	rs.BaseField `yaml:"-"`

	ToolName dukkha.ToolName `yaml:"name"`

	tools.BaseTool `yaml:",inline"`
}

func (*Tool) Init

func (t *Tool) Init(cacheFS *fshelper.OSFS) error

func (*Tool) Key added in v0.7.0

func (t *Tool) Key() dukkha.ToolKey

func (*Tool) Kind added in v0.7.0

func (t *Tool) Kind() dukkha.ToolKind

func (*Tool) Name added in v0.7.0

func (t *Tool) Name() dukkha.ToolName

Jump to

Keyboard shortcuts

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