path

package
v0.11.1 Latest Latest
Warning

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

Go to latest
Published: May 8, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConvertYamlToObject

func ConvertYamlToObject(buf []byte, out interface{}) error

func DirExists

func DirExists(fs afero.Fs, searchDir string) bool

func ExcludeSubItemsInDirectoryContainingFile

func ExcludeSubItemsInDirectoryContainingFile(filePaths []string, file string) []string

ExcludeSubItemsInDirectoryContainingFile cleans up the list to remove sub-paths that are in the same directory as the file. The primary usage of this is to remove the sub-paths for the directory that contains `task.yml`.

func GetAllFilesRecursive

func GetAllFilesRecursive(root string, suffixes []string) ([]string, error)

func GetPipelinePaths

func GetPipelinePaths(root, pipelineDefinitionFile string) ([]string, error)

func GetPipelineRootFromTask

func GetPipelineRootFromTask(taskPath, pipelineDefinitionFile string) (string, error)

func ReadYaml

func ReadYaml(fs afero.Fs, path string, out interface{}) error

func WriteYaml added in v0.10.0

func WriteYaml(fs afero.Fs, path string, content interface{}) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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