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

Merged
lhchavez merged 1 commits from cherry-pick-802-release-0.27 into release-0.27 2021-09-05 16:06:59 -05:00

1 Commits

Author SHA1 Message Date
lhchavez 310becc46f 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 14:04:34 -07:00