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 6, 2023
1 parent 8bdd98e commit 32d8862
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/branch/branch.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
// Package branch contains the core branch service interface and implementation.
// Package branch contains the core branch service interface.
package branch

import "context"

// Service is the branch service interface.
// Service is the branch service interface. It can be used to execute
// code paths in an isolated execution context that can be reverted.
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 32d8862

Please sign in to comment.