plugin

package
v1.8.0-rc2 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(logCtx *log.Entry) rpc.StepPlugin

func Result

func Result(state State, phase types.StepPhase, requeue time.Duration) (types.RpcStepResult, types.RpcError)

Types

type Abort

type Abort struct {
	Return string
}

type Config

type Config struct {
	Return  string
	Requeue string

	Abort     Abort
	Terminate Terminate
}

type State

type State struct {
	Data  string
	Count int
}

type Terminate

type Terminate struct {
	Return string
}

Jump to

Keyboard shortcuts

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