Documentation
¶
Index ¶
Constants ¶
View Source
const SignalType signal.SignalType = "install-sync-fetch-commit"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Signal ¶
type Signal struct {
AppID string `json:"app_id" validate:"required"`
AppInstallConfigSyncID string `json:"app_install_config_sync_id" validate:"required"`
CommitSHA string `json:"commit_sha,omitempty"`
TriggeredBy string `json:"triggered_by,omitempty"`
FlowID string `json:"flow_id,omitempty"`
StepID string `json:"step_id,omitempty"`
}
func (*Signal) SetStepContext ¶
func (*Signal) Type ¶
func (s *Signal) Type() signal.SignalType
Click to show internal directories.
Click to hide internal directories.