瀏覽代碼

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
-}