From a3ee778ddbfb98a79ce970ec1dc49c4ea66a1adb Mon Sep 17 00:00:00 2001 From: bergquist Date: Thu, 14 Jun 2018 09:57:49 +0200 Subject: [PATCH] removes unused code --- pkg/models/transaction.go | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 pkg/models/transaction.go 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 -}