Skip to content

Commit

Permalink
Add CPI to stemcells
Browse files Browse the repository at this point in the history
  • Loading branch information
sneal committed Apr 4, 2023
1 parent fa3bdaf commit d50e93b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ type Stemcell struct {
OperatingSystem string `json:"operating_system"`
Version string `json:"version"`
CID string `json:"cid"`
CPI string `json:"cpi"`
Deployments []struct {
Name string `json:"name"`
} `json:"deployments"`
Expand All @@ -35,7 +36,7 @@ type Release struct {
ReleaseVersions []ReleaseVersion `json:"release_versions"`
}

//ReleaseVersion struct
// ReleaseVersion struct
type ReleaseVersion struct {
Version string `json:"version"`
CommitHash string `json:"commit_hash"`
Expand Down

0 comments on commit d50e93b

Please sign in to comment.