package
0.0.3
Repository: https://github.com/zapravila/spicedb.git
Documentation: pkg.go.dev

# Functions

DiffCaveats performs a diff between two caveat definitions.

# Constants

AddedParameter indicates that the parameter was added to the caveat.
CaveatAdded indicates that the caveat was newly added/created.
CaveatCommentsChanged indicates that the comment(s) on the caveat were changed.
CaveatExpressionChanged indicates that the expression of the caveat has changed.
CaveatRemoved indicates that the caveat was removed.
ParameterTypeChanged indicates that the type of the parameter was changed.
RemovedParameter indicates that the parameter was removed from the caveat.

# Structs

Delta holds a single change of a caveat.
Diff holds the diff between two caveats.

# Type aliases

DeltaType defines the type of caveat deltas.