-
Notifications
You must be signed in to change notification settings - Fork 69
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
Remove unused struct CmdSnaphotOptions #289
Conversation
@soniasingla -- Can you please resolve the conflict. |
@sonasingh46 thanks updated 🤗 |
@prateekpandey14 @mittachaitu @soniasingla -- |
cmd/volume-manager/app/commands.go
Outdated
@@ -32,7 +32,7 @@ var ( | |||
// CmdSnaphotOptions holds the options for snapshot | |||
// create command | |||
type CmdSnaphotOptions struct { | |||
volName string | |||
snapName string |
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.
U1000: field snapName is unused
(at-me in a reply with help
or ignore
)
Yes @sonasingh46 we are not using and we can remove it |
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
Signed-off-by: Sonia Singla <[email protected]>
@kmova @mittachaitu updated the PR sorry for delay |
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
Signed-off-by: Sonia Singla [email protected]