mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 04:57:33 +00:00
feat: handle instanceID in projections (#3442)
* feat: handle instanceID in projections * rename functions * fix key lock * fix import
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
package model
|
||||
|
||||
import (
|
||||
"github.com/caos/zitadel/internal/domain"
|
||||
"time"
|
||||
|
||||
"github.com/caos/zitadel/internal/domain"
|
||||
)
|
||||
|
||||
type NotifyUser struct {
|
||||
@@ -41,6 +42,7 @@ const (
|
||||
NotifyUserSearchKeyUnspecified NotifyUserSearchKey = iota
|
||||
NotifyUserSearchKeyUserID
|
||||
NotifyUserSearchKeyResourceOwner
|
||||
NotifyUserSearchKeyInstanceID
|
||||
)
|
||||
|
||||
type NotifyUserSearchQuery struct {
|
||||
|
Reference in New Issue
Block a user