-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added new actions for Volume and Volume-Action #173
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nanzhong will be looking but from my point of view this LGTM, thanks!
@@ -7,12 +7,13 @@ type Volume struct { | |||
*godo.Volume | |||
} | |||
|
|||
// VolumesService is an interface for interacting with DigitalOcean's account api. | |||
// VolumesService is an interface for interacting with DigitalOcean's volume api. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice catch
lgtm but will need a rebase and small change now that #171 is merged right? |
6b0726c
to
4040189
Compare
@nanzhong is it good now? :) |
fixed imports added copyright headers vendoring godo update changes for digitalocean#171
3ffd041
to
2efda6a
Compare
@@ -134,4 +134,6 @@ const ( | |||
|
|||
// ArgResourceType is the resource type for snapshot. | |||
ArgResourceType = "resource" | |||
// ArgSnapshotDesc is the description for volume snapshot. | |||
ArgSnapshotDesc = "snapshot-desc" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry tiny nitpick I just noticed, could we move this up to under ArgSnapshotName
to make it a little easier to find? https://github.com/digitalocean/doctl/pull/173/files#diff-07ee57a49d1c0b692bd79676cc31dd6fR54
I'll merge this PR after that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a problem, thanks for noting. Moved both up. 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, will merge once ci is 🍏
I gave it a try, I hope it's OK 👍 =)
cc @aybabtme