소스 검색

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