Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
There are a number of internal structs that are exposed publicaly, but have missing docs for their fields, like
Describe the solution you'd like
Should go through and ensure these are all documented, this mainly won't require writing new docs, but simply copying other instances of usages of it's docs, saving developers from having to search the codebase to find docs for the same field in a different struct.
It would also be nice to enhance the doclink tool to identify and enforce this
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
There are a number of internal structs that are exposed publicaly, but have missing docs for their fields, like
sdk-go/internal/activity.go
Line 27 in 6c2f815
Describe the solution you'd like
Should go through and ensure these are all documented, this mainly won't require writing new docs, but simply copying other instances of usages of it's docs, saving developers from having to search the codebase to find docs for the same field in a different struct.
It would also be nice to enhance the
doclinktool to identify and enforce thisDescribe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.