@@ -14,19 +14,19 @@ import (
1414
1515// EnvironmentItem ...
1616type EnvironmentItem struct {
17- Name string `json:"mapped_to,omitempty"`
18- Value string `json:"value,omitempty"`
19- IsExpand bool `json:"is_expand,omitempty"`
17+ Name string `json:"mapped_to,omitempty"`
18+ Value string `json:"value,omitempty"`
19+ IsExpand bool `json:"is_expand,omitempty"`
2020}
2121
2222// BuildParamsModel ...
2323type BuildParamsModel struct {
24- CommitHash string `json:"commit_hash,omitempty"`
25- CommitMessage string `json:"commit_message,omitempty"`
26- Branch string `json:"branch,omitempty"`
27- Tag string `json:"tag,omitempty"`
28- PullRequestID * int `json:"pull_request_id,omitempty"`
29- WorkflowID string `json:"workflow_id,omitempty"`
24+ CommitHash string `json:"commit_hash,omitempty"`
25+ CommitMessage string `json:"commit_message,omitempty"`
26+ Branch string `json:"branch,omitempty"`
27+ Tag string `json:"tag,omitempty"`
28+ PullRequestID * int `json:"pull_request_id,omitempty"`
29+ WorkflowID string `json:"workflow_id,omitempty"`
3030 Environments []EnvironmentItem `json:"environments,omitempty"`
3131}
3232
0 commit comments