Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BulkTriggerRequest ¶
type CIPipelineGitWebhookEvent ¶ added in v0.7.0
type CdPipelineDeleteEvent ¶ added in v0.7.0
type DeploymentGroupAppWithEnv ¶
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"` UserMetadata *userBean.UserMetadata `json:"-"` }
type StopDeploymentGroupRequest ¶
type StopDeploymentGroupRequest struct { DeploymentGroupId int `json:"deploymentGroupId" validate:"required"` UserId int32 `json:"userId"` RequestType bean4.RequestType `json:"requestType" validate:"oneof=START STOP"` }
Click to show internal directories.
Click to hide internal directories.