Skip to content

Commit

Permalink
Add Extended_trailers to snippets struct
Browse files Browse the repository at this point in the history
  • Loading branch information
yecaowulei committed Jun 18, 2024
1 parent c829cf5 commit 4e59847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commits.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ type Commit struct {
LastPipeline *PipelineInfo `json:"last_pipeline"`
ProjectID int `json:"project_id"`
Trailers map[string]string `json:"trailers"`
Extended_trailers map[string]string `json:"extended_trailers"`
WebURL string `json:"web_url"`
}

Expand Down

0 comments on commit 4e59847

Please sign in to comment.