-
Notifications
You must be signed in to change notification settings - Fork 16
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
CLOUDP-271909: fix deleted user struct #240
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.
lgtm
9735743
to
281306c
Compare
opsmngr/automation_config.go
Outdated
Username string `json:"user"` //nolint:tagliatelle // used as in the API | ||
Databases []string `json:"dbs"` //nolint:tagliatelle // used as in the 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.
let's follow tagliatelle
Username string `json:"user"` //nolint:tagliatelle // used as in the API | |
Databases []string `json:"dbs"` //nolint:tagliatelle // used as in the API | |
User string `json:"user"` | |
DBs []string `json:"dbs"` |
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.
had to keep //nolint for dbs as it's not accepted this way and needs to be dBs
281306c
to
248cd12
Compare
Proposed changes
Jira ticket: CLOUDP-271909
Closes #239
Checklist
make fmt
and formatted my codeFurther comments