mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-26 00:50:51 +00:00
10 lines
137 B
Go
10 lines
137 B
Go
![]() |
package email
|
||
|
|
||
|
import "github.com/caos/zitadel/internal/eventstore/v2"
|
||
|
|
||
|
type WriteModel struct {
|
||
|
eventstore.WriteModel
|
||
|
|
||
|
Email string
|
||
|
}
|