1
0
mirror of https://github.com/zitadel/zitadel.git synced 2025-06-26 07:58:40 +00:00

5 lines
296 B
Go
Raw Normal View History

package handlers
//go:generate mockgen -package mock -destination ./mock/queries.mock.go github.com/zitadel/zitadel/internal/notification/handlers Queries
//go:generate mockgen -package mock -destination ./mock/commands.mock.go github.com/zitadel/zitadel/internal/notification/handlers Commands