helpers

package
v1.22.0 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2026 License: MIT Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Initializable

type Initializable interface {
	Initialize(ctx workflow.Context) error
}

Initializable describes a Workflow that supports initialization prior to registering signal, query, or update handlers

type UnmarshalCliFlagsOptions added in v1.16.0

type UnmarshalCliFlagsOptions struct {
	FromFile    string
	Prefix      string              // flag prefix
	PrefixFlags map[string]struct{} // flags that should be prefixed
}

UnmarshalCliFlagsOptions configures the behavior of cli flag unmarshalling

func FlattenUnmarshalCliFlagsOptions added in v1.17.0

func FlattenUnmarshalCliFlagsOptions(opts ...UnmarshalCliFlagsOptions) UnmarshalCliFlagsOptions

func (*UnmarshalCliFlagsOptions) FlagName added in v1.16.0

func (o *UnmarshalCliFlagsOptions) FlagName(short string) string

Jump to

Keyboard shortcuts

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