Skip to content
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

Changes to make the cluster sub package golint-able #4266

Merged
merged 2 commits into from
Sep 29, 2015

Conversation

lenko-d
Copy link

@lenko-d lenko-d commented Sep 29, 2015

Issue: Enable golint on the code base #4098

@@ -16,12 +16,22 @@ type MapShardRequest struct {
pb internal.MapShardRequest
}

func (m *MapShardRequest) ShardID() uint64 { return m.pb.GetShardID() }
func (m *MapShardRequest) Query() string { return m.pb.GetQuery() }
// ShardID of the storage
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this the shard ID of the map request?

@otoolep
Copy link
Contributor

otoolep commented Sep 29, 2015

Thanks @lenko-d -- have you signed the CLA?

Issue: Enable golint on the code base influxdata#4098 (changes only for the cluster subpackage)

- [ ] CHANGELOG.md updated
- [X] Rebased/mergable
- [X] Tests pass
- [X] Sign [CLA](http://influxdb.com/community/cla.html) (if not already signed)
@lenko-d
Copy link
Author

lenko-d commented Sep 29, 2015

I fixed the comments. Please review. CLA signed.

@otoolep
Copy link
Contributor

otoolep commented Sep 29, 2015

Looks good @lenko-d -- thanks.

Comments only, confirmed CLA signed, merging now.

otoolep added a commit that referenced this pull request Sep 29, 2015
Changes to make the cluster sub package golint-able
@otoolep otoolep merged commit f79377b into influxdata:master Sep 29, 2015
@lenko-d lenko-d deleted the make_code_golintable-#4098 branch October 1, 2015 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants