Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Entry RemoveReason is iota based with default value being 0
Currently all const for RemovedReason are explicitly set to avoid any breaking changes. For v3 migrating the reasons to iota makes code readability and managing addition of more reasons easier in the future. Test: Validated all test cases run successfully.
- Loading branch information