remove

package module
v0.0.0-...-a3cf02c Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: MIT Imports: 6 Imported by: 1

README

Remove Files Activity

A Temporal activity that removes files from a given directory that match one of the patterns in an ignore file that follows the gitignore rules.

Project archived

This projected has been archived as of 2024 April 19.

Documentation

Index

Constants

View Source
const RemoveFilesName = "remove-files-activity"

Variables

This section is empty.

Functions

This section is empty.

Types

type RemoveFilesActivity

type RemoveFilesActivity struct{}

func NewRemoveFilesActivity

func NewRemoveFilesActivity() *RemoveFilesActivity

func (*RemoveFilesActivity) Execute

type RemoveFilesParams

type RemoveFilesParams struct {
	RemovePath string // The remove path is the path that files will be removed from.
	IgnorePath string // The ignore path is the path that contains the ignore/succumb file that configures which files will be removed.
}

type RemoveFilesResult

type RemoveFilesResult struct {
	Removed []string
}

Jump to

Keyboard shortcuts

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