services

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNoConfig     = errors.New("no config provided")
	ErrNoHTTPClient = errors.New("no http client provided")
	ErrNoLogger     = errors.New("no logger provided")

	ErrUnknownAPIVersion = errors.New("unknown API version")
	ErrCycleDetected     = errors.New("cycle detected in process instance ancestry")
	ErrOrphanedInstance  = errors.New("orphaned process instance")
)

Functions

This section is empty.

Types

type CallCfg

type CallCfg struct {
	NoStateCheck      bool
	Force             bool
	NoWait            bool
	Run               bool
	FailFast          bool
	WithStat          bool
	DryRun            bool
	Verbose           bool
	NoWorkerLimit     bool
	AllowInconsistent bool
}

func ApplyCallOptions

func ApplyCallOptions(opts []CallOption) *CallCfg

type CallOption

type CallOption func(*CallCfg)

func WithAllowInconsistent added in v1.2.0

func WithAllowInconsistent() CallOption

func WithDryRun added in v1.2.0

func WithDryRun() CallOption

func WithFailFast added in v0.1.68

func WithFailFast() CallOption

func WithForce added in v0.1.63

func WithForce() CallOption

func WithNoStateCheck

func WithNoStateCheck() CallOption

func WithNoWait added in v0.1.63

func WithNoWait() CallOption

func WithNoWorkerLimit added in v1.2.0

func WithNoWorkerLimit() CallOption

func WithRun added in v0.1.65

func WithRun() CallOption

func WithStat added in v1.1.0

func WithStat() CallOption

func WithVerbose added in v1.2.0

func WithVerbose() CallOption

Directories

Path Synopsis
v87
v88
v87
v88
v87
v88
v87
v88
usertask
v87
v88
variable
v87
v88

Jump to

Keyboard shortcuts

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