package
Version:
v0.7.3
Opens a new window with list of versions in this module.
Published: Oct 2, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CiPipelinesMap struct {
Id int `json:"id"`
ParentCiPipeline int `json:"parentCiPipeline"`
}
type LinkedCIDetails struct {
AppName string `sql:"app_name"`
EnvironmentName string `sql:"environment_name"`
TriggerMode string `sql:"trigger_mode"`
PipelineId int `sql:"pipeline_id"`
AppId int `sql:"app_id"`
EnvironmentId int `sql:"environment_id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.