Documentation
¶
Index ¶
Constants ¶
View Source
const SignalType signal.SignalType = "component-queue-build"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Signal ¶
type Signal struct {
ComponentID string `json:"component_id" validate:"required"`
AppConfigID string `json:"app_config_id"` // optional; if set, use branch VCS commit when component shares same VCS config
BuildID string `json:"build_id"` // optional; if set, skip build creation and trigger pre-created build
AppBranchRunID string `json:"app_branch_run_id"` // optional; links build to branch run for querying
}
func (*Signal) Type ¶
func (s *Signal) Type() signal.SignalType
Click to show internal directories.
Click to hide internal directories.