Make all non-user-creatable structures non-comparable (#802) #803

Merged
github-actions[bot] merged 1 commits from cherry-pick-1203867294-release-1.0 into release-1.0 2021-09-05 16:00:24 -05:00

1 Commits

Author SHA1 Message Date
lhchavez 1769e772a9 Make all non-user-creatable structures non-comparable (#802)
This change makes all non-user-creatable structures non-comparable. This
makes it easier to add changes later that don't introduce breaking
changes from the go compatibility guarantees perspective.

This, of course, implies that this change _is_ a breaking change, but since
these structures are not intended to be created by users (or de-referenced),
it should be okay.

(cherry picked from commit dbe032c347)
2021-09-05 20:59:49 +00:00