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") )
Functions ¶
This section is empty.
Types ¶
type CallCfg ¶
func ApplyCallOptions ¶
func ApplyCallOptions(opts []CallOption) *CallCfg
type CallOption ¶
type CallOption func(*CallCfg)
func WithCancel ¶
func WithCancel() CallOption
func WithNoStateCheck ¶
func WithNoStateCheck() CallOption
func WithWait ¶
func WithWait() CallOption
Click to show internal directories.
Click to hide internal directories.