dims / etcd3-gateway

This repository is now read-only. Please see https://opendev.org/openstack/etcd3gw for the new location for this code.
https://opendev.org/openstack/etcd3gw
Apache License 2.0
10 stars 20 forks source link

Add the option to receive data in any encoding #8

Closed lihiwish closed 7 years ago

lihiwish commented 7 years ago

Removes the specific encoding to utf-8, adds the option to use binary data (e.g msgpack) in the put/get methods.

codecov-io commented 7 years ago

Codecov Report

Merging #8 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #8   +/-   ##
=======================================
  Coverage   88.46%   88.46%           
=======================================
  Files           7        7           
  Lines         312      312           
  Branches       31       31           
=======================================
  Hits          276      276           
  Misses         23       23           
  Partials       13       13
Impacted Files Coverage Δ
etcd3gw/utils.py 83.78% <100%> (ø) :arrow_up:

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 f30a4c5...82d4749. Read the comment docs.

dims commented 7 years ago

Thanks for the PR @lihiwish