diff --git a/pkg/models/transaction.go b/pkg/models/transaction.go deleted file mode 100644 index e07b2a9e397..00000000000 --- a/pkg/models/transaction.go +++ /dev/null @@ -1,7 +0,0 @@ -package models - -import "context" - -type TransactionManager interface { - InTransaction(ctx context.Context, fn func(ctx context.Context) error) error -}