Skip to content

Commit

Permalink
Add Status to volume
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjeffries committed Apr 29, 2021
1 parent 093df49 commit 4884e40
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.2.40
=============
2021-04-29

* Added status to Volume

0.2.39
=============
2021-04-28
Expand Down
1 change: 1 addition & 0 deletions volume.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ type Volume struct {
Name string `json:"name"`
InstanceID string `json:"instance_id"`
MountPoint string `json:"mountpoint"`
Status string `json:"status"`
SizeGigabytes int `json:"size_gb"`
Bootable bool `json:"bootable"`
CreatedAt time.Time `json:"created_at"`
Expand Down

0 comments on commit 4884e40

Please sign in to comment.