Documentation
¶
Index ¶
Constants ¶
View Source
const SignalType signal.SignalType = "app-branch-fetch-commit"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Signal ¶
type Signal struct {
RunID string `json:"run_id" validate:"required"`
AppBranchID string `json:"app_branch_id" validate:"required"`
// FlowID and StepID are injected by the flow engine via SignalWithStepContext.
FlowID string `json:"flow_id,omitempty"`
StepID string `json:"step_id,omitempty"`
}
func (*Signal) SetStepContext ¶ added in v0.19.1012
func (*Signal) Type ¶
func (s *Signal) Type() signal.SignalType
Click to show internal directories.
Click to hide internal directories.