adshao / go-binance

A Go SDK for Binance API
MIT License
1.49k stars 661 forks source link

adding proxy mode for client. #371

Closed mozhou-tech closed 2 years ago

mozhou-tech commented 2 years ago

For some country ban binance.com site, so we can launch request behind a proxy.

codecov[bot] commented 2 years ago

Codecov Report

Merging #371 (17a6ff3) into master (b7df07b) will decrease coverage by 0.37%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #371      +/-   ##
==========================================
- Coverage   71.63%   71.25%   -0.38%     
==========================================
  Files          64       64              
  Lines        6022     6054      +32     
==========================================
  Hits         4314     4314              
- Misses       1279     1311      +32     
  Partials      429      429              
Impacted Files Coverage Δ
v2/client.go 79.22% <0.00%> (-4.73%) :arrow_down:
v2/futures/client.go 75.52% <0.00%> (-6.87%) :arrow_down:

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 b7df07b...17a6ff3. Read the comment docs.