mattn / go-mastodon

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

Add Media struct and UploadMediaFromMedia method #130

Closed 178inaba closed 4 years ago

178inaba commented 4 years ago

https://docs.joinmastodon.org/methods/statuses/media/

Fixes #129.

codecov-commenter commented 4 years ago

Codecov Report

Merging #130 into master will decrease coverage by 0.75%. The diff coverage is 37.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #130      +/-   ##
==========================================
- Coverage   80.10%   79.35%   -0.76%     
==========================================
  Files          29       29              
  Lines        1503     1511       +8     
==========================================
- Hits         1204     1199       -5     
- Misses        205      219      +14     
+ Partials       94       93       -1     
Impacted Files Coverage Δ
status.go 74.48% <31.70%> (-11.14%) :arrow_down:
mastodon.go 74.00% <100.00%> (+3.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 3e91c76...8345c00. Read the comment docs.

mattn commented 4 years ago

Thank you