From 644cb17d53d758648b76df0cbed002350bca8891 Mon Sep 17 00:00:00 2001 From: testinginprod <98415576+testinginprod@users.noreply.github.com> Date: Tue, 7 Nov 2023 10:40:40 +0100 Subject: [PATCH] Update branch.go --- core/branch/branch.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/branch/branch.go b/core/branch/branch.go index ad46e52b6a29..9b0535062989 100644 --- a/core/branch/branch.go +++ b/core/branch/branch.go @@ -5,6 +5,7 @@ import "context" // Service is the branch service interface. It can be used to execute // code paths in an isolated execution context that can be reverted. +// A revert typically means a rollback on events and state changes. type Service interface { // Execute executes the given function in an isolated context. If the // `f` function returns an error, the execution is considered failed,