mattn / go-mastodon

mastodon client for golang
MIT License
600 stars 85 forks source link

Make Client.Config public #115

Closed dtluna closed 5 years ago

dtluna commented 5 years ago

Make Client.Config public to have access to AccessToken after authentication Closes #114

codecov-io commented 5 years ago

Codecov Report

Merging #115 into master will not change coverage. The diff coverage is 84.61%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #115   +/-   ##
=======================================
  Coverage   80.02%   80.02%           
=======================================
  Files          29       29           
  Lines        1437     1437           
=======================================
  Hits         1150     1150           
  Misses        200      200           
  Partials       87       87
Impacted Files Coverage Δ
streaming_ws.go 96.07% <100%> (ø) :arrow_up:
streaming.go 97.64% <100%> (ø) :arrow_up:
mastodon.go 70.22% <77.77%> (ø) :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 050f1a0...86ba3d4. Read the comment docs.

mattn commented 5 years ago

LGTM, Thank you