Details
-
Wish
-
Status: Triage Needed
-
P2
-
Resolution: Abandoned
-
None
-
None
Description
The Go SDK core packages are largely for SDK internal use, but it's not clear when to access them as a user. One case is around metrics results, which contains internal logic that shouldn't be used by most users.
In this case, the main beam package can forward the types and use the fowarded type aliases for a consistent user experience.