Documentation
¶
Index ¶
Constants ¶
View Source
const GIT_MATERIAL_DELETE_SUCCESS_RESP = "Git material deleted successfully."
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildHistoryResponse ¶
type BuildHistoryResponse struct {
HideImageTaggingHardDelete bool `json:"hideImageTaggingHardDelete"`
TagsEditable bool `json:"tagsEditable"`
AppReleaseTagNames []string `json:"appReleaseTagNames"` //unique list of tags exists in the app
CiWorkflows []types.WorkflowResponse `json:"ciWorkflows"`
}
Click to show internal directories.
Click to hide internal directories.