Discover Packages
github.com/devtron-labs/devtron
pkg
eventProcessor
out
bean
package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Dec 20, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type BulkTriggerRequest struct {
CiArtifactId int `sql:"ci_artifact_id"`
PipelineId int `sql:"pipeline_id"`
}
type CIPipelineGitWebhookEvent struct {
PayloadId int `json:"payloadId"`
GitHostId int `json:"gitHostId"`
GitHostName string `json:"gitHostName"`
EventType string `json:"eventType"`
RequestPayloadJson string `json:"requestPayloadJson"`
CreatedOn time .Time `json:"createdOn"`
}
type CdPipelineDeleteEvent struct {
PipelineId int `json:"pipelineId"`
TriggeredBy int32 `json:"triggeredBy"`
}
type DeploymentGroupAppWithEnv struct {
EnvironmentId int `json:"environmentId"`
DeploymentGroupId int `json:"deploymentGroupId"`
AppId int `json:"appId"`
Active bool `json:"active"`
UserId int32 `json:"userId"`
RequestType bean4 .RequestType `json:"requestType" validate:"oneof=START STOP"`
}
type StopDeploymentGroupRequest struct {
DeploymentGroupId int `json:"deploymentGroupId" validate:"required"`
UserId int32 `json:"userId"`
RequestType bean4 .RequestType `json:"requestType" validate:"oneof=START STOP"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.