workflow

package
v0.1.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2026 License: Apache-2.0 Imports: 13 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 struct {
	Name   string
	Config map[string]any
	Return ReturnAction
	// contains filtered or unexported fields
}

func (*Action) UnmarshalJSON

func (a *Action) UnmarshalJSON(data []byte) error

type Config

type Config struct {
	Rules []Rule `json:"rules,omitempty"`
}

type Plugin

type Plugin struct {
	base.BasePlugin
	// contains filtered or unexported fields
}

func (*Plugin) Config

func (p *Plugin) Config() any

func (*Plugin) Handler

func (p *Plugin) Handler(next http.Handler) http.Handler

func (*Plugin) Init

func (p *Plugin) Init() error

func (*Plugin) MaterializeSecrets

func (p *Plugin) MaterializeSecrets() error

func (*Plugin) PostInit

func (p *Plugin) PostInit() error

func (*Plugin) SetPluginEnabledChecker

func (p *Plugin) SetPluginEnabledChecker(checker func(string) bool)

func (*Plugin) Stop

func (p *Plugin) Stop()

func (*Plugin) ValidatePreMaterialization

func (p *Plugin) ValidatePreMaterialization() error

type ReturnAction

type ReturnAction struct {
	Code int `json:"code,omitempty"`
}

type Rule

type Rule struct {
	Case    []any    `json:"case,omitempty"`
	Actions []Action `json:"actions,omitempty"`
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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