Przeglądaj źródła

removes unused code

bergquist 7 lat temu
rodzic
commit
a3ee778ddb
1 zmienionych plików z 0 dodań i 7 usunięć
  1. 0 7
      pkg/models/transaction.go

+ 0 - 7
pkg/models/transaction.go

@@ -1,7 +0,0 @@
-package models
-
-import "context"
-
-type TransactionManager interface {
-	InTransaction(ctx context.Context, fn func(ctx context.Context) error) error
-}