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

Add GetClient method to all implementations #185

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

glimchb
Copy link
Contributor

@glimchb glimchb commented Feb 29, 2024

this will allow users to amend few settings after c-tor

Fixes #184

Signed-off-by: Boris Glimcher Boris.Glimcher@emc.com

@glimchb glimchb marked this pull request as ready for review February 29, 2024 18:35
@glimchb glimchb force-pushed the getclient branch 3 times, most recently from c6d5127 to cdf3549 Compare February 29, 2024 18:42
@codecov-commenter
Copy link

codecov-commenter commented Feb 29, 2024

Codecov Report

Attention: Patch coverage is 0% with 42 lines in your changes are missing coverage. Please review.

Project coverage is 62.40%. Comparing base (0a05f2e) to head (3b33634).

Files Patch % Lines
badgerdb/badgerdb.go 0.00% 2 Missing ⚠️
bbolt/bbolt.go 0.00% 2 Missing ⚠️
bigcache/bigcache.go 0.00% 2 Missing ⚠️
consul/consul.go 0.00% 2 Missing ⚠️
datastore/datastore.go 0.00% 2 Missing ⚠️
dynamodb/dynamodb.go 0.00% 2 Missing ⚠️
etcd/etcd.go 0.00% 2 Missing ⚠️
freecache/freecache.go 0.00% 2 Missing ⚠️
gomap/gomap.go 0.00% 2 Missing ⚠️
hazelcast/hazelcast.go 0.00% 2 Missing ⚠️
... and 11 more

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #185      +/-   ##
==========================================
- Coverage   63.64%   62.40%   -1.25%     
==========================================
  Files          25       25              
  Lines        2107     2149      +42     
==========================================
  Hits         1341     1341              
- Misses        651      693      +42     
  Partials      115      115              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

this will allow users to amend few settings after c-tor

Fixes philippgille#184

Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
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.

Add GetClient method to all implementations
2 participants