File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ type NodeContext struct {
44
44
ID int64 `json:"id" db:"id"`
45
45
NodeID int64 `json:"node_id" db:"node_id"`
46
46
PipelineID int64 `json:"pipeline_id" db:"pipeline_id"`
47
- PipelineName string `json:"- " db:"-"`
47
+ PipelineName string `json:"pipeline_name " db:"-"`
48
48
ApplicationID int64 `json:"application_id" db:"application_id"`
49
- ApplicationName string `json:"- " db:"-"`
49
+ ApplicationName string `json:"application_name " db:"-"`
50
50
EnvironmentID int64 `json:"environment_id" db:"environment_id"`
51
- EnvironmentName string `json:"- " db:"-"`
51
+ EnvironmentName string `json:"environment_name " db:"-"`
52
52
ProjectIntegrationID int64 `json:"project_integration_id" db:"project_integration_id"`
53
- ProjectIntegrationName string `json:"- " db:"-"`
53
+ ProjectIntegrationName string `json:"project_integration_name " db:"-"`
54
54
DefaultPayload interface {} `json:"default_payload,omitempty" db:"-"`
55
55
DefaultPipelineParameters []Parameter `json:"default_pipeline_parameters" db:"-"`
56
56
Conditions WorkflowNodeConditions `json:"conditions" db:"-"`
You can’t perform that action at this time.
0 commit comments