Skip to content

Commit

Permalink
updated email_template.go && email_provider.go to automatic generate …
Browse files Browse the repository at this point in the history
…mocks
  • Loading branch information
developerkunal committed Jun 27, 2024
1 parent 6764773 commit a539f82
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions internal/auth0/email_provider.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:generate mockgen -source=email_provider.go -destination=mock/email_provider_mock.go -package=mock

package auth0

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/auth0/email_template.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:generate mockgen -source=email_template.go -destination=mock/email_template_mock.go -package=mock

package auth0

import (
Expand Down
4 changes: 2 additions & 2 deletions internal/auth0/mock/email_provider_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/auth0/mock/email_template_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a539f82

Please sign in to comment.