1
0
mirror of https://github.com/zitadel/zitadel.git synced 2025-03-31 05:02:17 +00:00
Fabi d8e42744b4
fix: move v2 pkgs ()
* fix: move eventstore pkgs

* fix: move eventstore pkgs

* fix: remove v2 view

* fix: remove v2 view
2021-02-23 15:13:04 +01:00

13 lines
190 B
Go

package domain
import (
"github.com/caos/zitadel/internal/eventstore/v1/models"
)
type OrgIAMPolicy struct {
models.ObjectRoot
UserLoginMustBeDomain bool
Default bool
}