Skip to content

support key non-string in map if the key implements TextMarshaler interface #2707

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

Merged
merged 1 commit into from
Feb 5, 2022

Conversation

emilgpa
Copy link
Contributor

@emilgpa emilgpa commented Feb 3, 2022

This PR gives support to key non-string in map if the key implements TextMarshaler

@codecov
Copy link

codecov bot commented Feb 3, 2022

Codecov Report

Merging #2707 (be50532) into master (13f57ef) will decrease coverage by 0.03%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2707      +/-   ##
==========================================
- Coverage   82.92%   82.89%   -0.04%     
==========================================
  Files          55       55              
  Lines        9543     9548       +5     
==========================================
+ Hits         7914     7915       +1     
- Misses       1116     1118       +2     
- Partials      513      515       +2     
Impacted Files Coverage Δ
codescan/schema.go 69.24% <66.66%> (-0.07%) ⬇️
generator/structs.go 82.68% <0.00%> (-1.12%) ⬇️

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 13f57ef...be50532. Read the comment docs.

@casualjim casualjim merged commit 3a3c8a3 into go-swagger:master Feb 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants