actions

package
v0.0.0-...-31db053 Latest Latest
Warning

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

Go to latest
Published: May 24, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action interface {
	Execute(context.Context) error // Runs the Action
	GetConfig() Config             // Returns the Action's configuration
}

type Config

type Config struct {
	CancelOnFailure *bool `mapstructure:"cancelOnFailure"`
	ExitOnFailure   *bool `mapstructure:"exitOnFailure"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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