wallet-samples icon indicating copy to clipboard operation
wallet-samples copied to clipboard

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

Open fernan542 opened this issue 1 year ago • 2 comments

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.

fernan542 avatar Oct 13 '23 03:10 fernan542

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?

stephenmcd avatar Oct 17 '23 23:10 stephenmcd

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!

fernan542 avatar Oct 17 '23 23:10 fernan542