Explorar el Código

removes unused code

bergquist hace 7 años
padre
commit
a3ee778ddb
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  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
-}