You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When using the SDK, the result getters all return interface{} when they have a concrete type available. This is a poor experience for the user. See
Thank you for raising this item @johanbrandhorst! We'll keep this item open to gauge interest from the community to inform its priority on our roadmap.
Is your feature request related to a problem? Please describe.
When using the SDK, the result getters all return
interface{}
when they have a concrete type available. This is a poor experience for the user. Seeboundary/api/sessions/session.gen.go
Lines 45 to 47 in 2a5aaea
boundary/api/sessions/session.gen.go
Lines 74 to 76 in 2a5aaea
Describe the solution you'd like
I would like the generated code to use typed returns.
Additional context
This was raised as a concern by internal users of our SDK. The template for this part of the generated SDK is here:
boundary/internal/api/genapi/templates.go
Lines 564 to 631 in 2a5aaea
The text was updated successfully, but these errors were encountered: