mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 07:37:31 +00:00
chore: move the go code into a subfolder
This commit is contained in:
4
apps/api/internal/notification/channels/gen_mock.go
Normal file
4
apps/api/internal/notification/channels/gen_mock.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package channels
|
||||
|
||||
//go:generate mockgen -package mock -destination ./mock/channel.mock.go github.com/zitadel/zitadel/internal/notification/channels NotificationChannel
|
||||
//go:generate mockgen -package mock -destination ./mock/message.mock.go github.com/zitadel/zitadel/internal/notification/channels Message
|
Reference in New Issue
Block a user