mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 19:14:23 +00:00
11 lines
164 B
Go
11 lines
164 B
Go
|
package repository
|
||
|
|
||
|
import es_models "github.com/caos/zitadel/internal/eventstore/models"
|
||
|
|
||
|
type Org struct {
|
||
|
es_models.ObjectRoot
|
||
|
|
||
|
Name string
|
||
|
Domain string
|
||
|
}
|