mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 11:17:32 +00:00
domain is defined
This commit is contained in:
@@ -92,6 +92,8 @@ type InstanceRepository interface {
|
||||
Create(ctx context.Context, instance *Instance) error
|
||||
Update(ctx context.Context, id string, changes ...database.Change) (int64, error)
|
||||
Delete(ctx context.Context, id string) (int64, error)
|
||||
|
||||
Domains() InstanceDomainRepository
|
||||
}
|
||||
|
||||
type CreateInstance struct {
|
||||
|
Reference in New Issue
Block a user