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

refactor: Renaming InfluxDBClient -> Client #107

Merged

Conversation

vlastahajek
Copy link
Contributor

Renamed InfluxDBClient interface to Client, so the full name influxdb2.Client suits better to Go naming conventions

Closes #103

  • CHANGELOG.md updated
  • Rebased/mergeable
  • Tests pass

@codecov-io
Copy link

Codecov Report

Merging #107 into master will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
+ Coverage   86.77%   86.81%   +0.03%     
==========================================
  Files          11       11              
  Lines         779      781       +2     
==========================================
+ Hits          676      678       +2     
  Misses         70       70              
  Partials       33       33              
Impacted Files Coverage Δ
client.go 93.10% <100.00%> (ø)
query.go 87.56% <100.00%> (ø)
setup.go 73.68% <100.00%> (+1.46%) ⬆️
write.go 94.06% <100.00%> (ø)
writeApiBlocking.go 82.60% <100.00%> (ø)
writeService.go 77.67% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5563857...5622f46. Read the comment docs.

@vlastahajek vlastahajek merged commit 1077e4f into influxdata:master Apr 30, 2020
@vlastahajek vlastahajek deleted the refactor/rename_client_intrerface branch April 30, 2020 09:22
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.

Improve naming and use idiomatic go style
2 participants