KnutZuidema / golio

League of Legends, Legends of Runeterra and Valorant API client library for Go
MIT License
72 stars 29 forks source link

refactor: package structure #26

Closed KnutZuidema closed 4 years ago

KnutZuidema commented 4 years ago

restructure packages to separate riot api, data dragon api and static api

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #26   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           8      7    -1     
  Lines         806    794   -12     
=====================================
- Hits          806    794   -12
Impacted Files Coverage Δ
internal/mock/response_body.go 100% <ø> (ø)
static/static_data.go 100% <100%> (ø)
riot/riot_api.go 100% <100%> (ø)
internal/mock/mock_doer.go 100% <100%> (ø)
golio.go 100% <100%> (ø) :arrow_up:
datadragon/data_dragon.go 100% <100%> (ø)
api/error.go

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 43d877f...cc26918. Read the comment docs.