deletion

package
v0.54.0 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2025 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddToPayload

func AddToPayload(p *runner.Payload) error

Types

type ManagedFiles

type ManagedFiles interface {
	ManagedFiles() []string
}

type Policy

type Policy string
const (
	PolicyKeep                   Policy = "keep"
	PolicyDelete                 Policy = "delete"
	PolicyDeleteAndForceCreation Policy = "delete-and-force-creation"
)

func (Policy) Check

func (p Policy) Check() error

func (Policy) Create

func (p Policy) Create(files ManagedFiles, b *runner.EnvBuilder)

func (Policy) Delete

func (p Policy) Delete(files ManagedFiles, b *runner.EnvBuilder)

func (Policy) Values

func (Policy) Values() []infer.EnumValue[Policy]

Jump to

Keyboard shortcuts

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