removes unused code

pull/12203/head
bergquist 8 years ago
parent 9c1758b593
commit a3ee778ddb
  1. 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
}
Loading…
Cancel
Save