types

package
v0.39.3 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PipelineConfig

type PipelineConfig struct {
	Dir     string
	FnPaths []string
	// Current working directory.
	CWD string
}

PipelineConfig describes configuration of a pipeline.

func (*PipelineConfig) CheckFnPaths

func (config *PipelineConfig) CheckFnPaths() (err error)

checkPaths checks if fnPaths are within the current directory.

func (*PipelineConfig) UseRelativePaths

func (config *PipelineConfig) UseRelativePaths() (err error)

UseRelativePaths converts all paths to relative paths to the current working directory.

Jump to

Keyboard shortcuts

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