-
Notifications
You must be signed in to change notification settings - Fork 725
Conversation
resources/msk-cluster.go
Outdated
|
||
func (m *MSKCluster) Properties() types.Properties { | ||
properties := types.NewProperties() | ||
properties.Set("Arn", m.arn) |
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.
properties.Set("Arn", m.arn) | |
properties.Set("ARN", m.arn) |
I would prefer upper case here, because the golang conventions recommend them (https://github.com/golang/go/wiki/CodeReviewComments#initialisms) and I would like to follow them as much as possible.
Sounds good @svenwltr. I will amend the PR and make sure future PR follow the spec. Thanks |
cc40233
to
64c6d99
Compare
@svenwltr I have amended the PR based on your feedback |
Hey @videte47. Sorry for not being clear on this. The upper case writing is only meant of acronyms. |
Lol,sorry that is my fault 🙃. Let me fix it - take 3... |
64c6d99
to
71976d1
Compare
@svenwltr whenever you have time I have updated thanks ! |
Thank you! |
An attempt to register MSK Service requested in issue #354