Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle and skip structs with "func" fields. #616

Merged
merged 3 commits into from
Feb 8, 2020

Conversation

idexter
Copy link
Contributor

@idexter idexter commented Jan 21, 2020

Describe the PR
Added code for parsing and skipping structure fields with func type.

Relation issue

fix #615

Additional context

@codecov-io
Copy link

codecov-io commented Jan 21, 2020

Codecov Report

Merging #616 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #616   +/-   ##
=======================================
  Coverage   85.94%   85.94%           
=======================================
  Files           7        7           
  Lines        1700     1700           
=======================================
  Hits         1461     1461           
  Misses        149      149           
  Partials       90       90

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 cf4a749...9fa20b2. Read the comment docs.

@idexter idexter requested a review from ubogdan January 21, 2020 17:22
Copy link
Member

@easonlin404 easonlin404 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@easonlin404
Copy link
Member

@dexterHD Thanks for your contribution. 👍

@easonlin404 easonlin404 merged commit f150c13 into swaggo:master Feb 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Skip structs with func type fields
3 participants