Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendCommandEvent ¶
Types ¶
type CollectedStep ¶
type CollectedStep struct { WorkflowName string *workflow.StepEnqueueing }
type CollectingStepEnqueur ¶
type CollectingStepEnqueur struct {
// contains filtered or unexported fields
}
func NewCollectingStepEnqueur ¶
func NewCollectingStepEnqueur(next workflow.StepEnqueuer) *CollectingStepEnqueur
func (*CollectingStepEnqueur) EnqueueStep ¶
func (c *CollectingStepEnqueur) EnqueueStep(ctx context.Context, n workflow.Namer, es *workflow.StepEnqueueing) error
func (*CollectingStepEnqueur) Steps ¶
func (c *CollectingStepEnqueur) Steps() []CollectedStep
type MDMCommandEventer ¶
type NullEnqueuer ¶
type NullEnqueuer struct{}
NullEnqueuer is an enqueuer that doesn't do anything.
func (*NullEnqueuer) SupportsMultiCommands ¶
func (n *NullEnqueuer) SupportsMultiCommands() bool
SupportsMultiCommands returns true.
Click to show internal directories.
Click to hide internal directories.