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

refactor: [go] replace the generic to specific type when creating jwt #93

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fernan542
Copy link

When creating new JWT objects for payload, the classes and object type are using "generic" instead of their actual type.
Imports are moved by auto format.

@stephenmcd
Copy link
Contributor

Thanks for this. The go samples are actually generated by the template in templates/template.go - it contains placeholders for things like the pass type, which should be used to achieve this fix. Did you want to try that?

@fernan542
Copy link
Author

Hello, thanks for the explanation, I think it should be included in the main Readme file.
Also I want to request if possible to add Go at the list of supported frameworks in Web API documentation. Thanks!

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