فهرست منبع

removes unused code

bergquist 7 سال پیش
والد
کامیت
a3ee778ddb
1فایلهای تغییر یافته به همراه0 افزوده شده و 7 حذف شده
  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
-}