Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Initializable ¶
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 {
Prefix string // flag prefix
PrefixFlags map[string]struct{} // flags that should be prefixed
}
UnmarshalCliFlagsOptions configures the behavior of cli flag unmarshalling
func (*UnmarshalCliFlagsOptions) FlagName ¶ added in v1.16.0
func (o *UnmarshalCliFlagsOptions) FlagName(short string) string
Click to show internal directories.
Click to hide internal directories.