wI2L / fizz

:lemon: Gin wrapper with OpenAPI 3 spec generation
https://pkg.go.dev/github.com/wI2L/fizz
MIT License
214 stars 52 forks source link

docs: clarify scope of OpenAPI method #68

Closed DenisPalnitsky closed 2 years ago

DenisPalnitsky commented 2 years ago

I got confused why there is no OpenAPI static method and then realized that it's a struct method

wI2L commented 2 years ago

@DenisPalnitsky LGTM. Could you please rebase?

codecov[bot] commented 2 years ago

Codecov Report

Merging #68 (8a1c617) into master (a1906d8) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #68   +/-   ##
=======================================
  Coverage   95.19%   95.19%           
=======================================
  Files           7        7           
  Lines         957      957           
=======================================
  Hits          911      911           
  Misses         30       30           
  Partials       16       16           

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 a1906d8...8a1c617. Read the comment docs.

DenisPalnitsky commented 2 years ago

@DenisPalnitsky LGTM. Could you please rebase?

Done