diff options
Diffstat (limited to 'entity/operations.go')
-rw-r--r-- | entity/operations.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entity/operations.go b/entity/operations.go index fd88f033..76c42ce8 100644 --- a/entity/operations.go +++ b/entity/operations.go @@ -50,7 +50,7 @@ type Operation interface { AllMetadata() map[string]string } -type OperationWithApply[SnapT Snapshot] interface { +type OperationWithApply[OpT Operation, SnapT Snapshot] interface { Operation // Apply the operation to a Snapshot to create the final state |