Quellcode durchsuchen

removes unused code

bergquist vor 7 Jahren
Ursprung
Commit
a3ee778ddb
1 geänderte Dateien mit 0 neuen und 7 gelöschten Zeilen
  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
-}