trigger

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Execution

type Execution interface {
	Execute(context.Context, *rollout.Config) error
}

type ExecutionRegister

type ExecutionRegister struct {
	// contains filtered or unexported fields
}

func (*ExecutionRegister) Execute

func (r *ExecutionRegister) Execute(ctx context.Context, config *rollout.Config) error

func (*ExecutionRegister) Register

func (r *ExecutionRegister) Register(execution Execution)

type Trigger

type Trigger interface {
	Run(context.Context) error
	Register(Execution)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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