Skip to content

Commit

Permalink
Update branch.go
Browse files Browse the repository at this point in the history
  • Loading branch information
testinginprod authored Nov 7, 2023
1 parent 32d8862 commit 644cb17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/branch/branch.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 644cb17

Please sign in to comment.