Skip to content

Commit

Permalink
Add new features enum and field for operator
Browse files Browse the repository at this point in the history
The old enum cannot be extended as it would break old clients.
So we define a new extensible enum and a new field for it.
We make all of those fields private so that users of that struct
only access them via a getter that handles objects deserialized
from either old or new versions.
  • Loading branch information
t4lz committed Feb 15, 2024
1 parent 178e563 commit eb6b90e
Show file tree
Hide file tree
Showing 4 changed files with 508 additions and 24 deletions.
Loading

0 comments on commit eb6b90e

Please sign in to comment.