Skip to content

Commit

Permalink
SDP-1377 Unable to get a token from Forgot Password flow after messag…
Browse files Browse the repository at this point in the history
…ing service failure
  • Loading branch information
marwen-abid committed Nov 22, 2024
1 parent 894f4cf commit d69118c
Show file tree
Hide file tree
Showing 9 changed files with 545 additions and 76 deletions.
2 changes: 2 additions & 0 deletions db/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ const (
)

// DBConnectionPool is an interface that wraps the sqlx.DB structs methods and includes the RunInTransaction helper.
//
//go:generate mockery --name=DBConnectionPool --case=underscore --structname=MockDBConnectionPool
type DBConnectionPool interface {
SQLExecuter
BeginTxx(ctx context.Context, opts *sql.TxOptions) (DBTransaction, error)
Expand Down
Loading

0 comments on commit d69118c

Please sign in to comment.