mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 15:37:38 +00:00
chore: move the go code into a subfolder
This commit is contained in:
21
apps/api/internal/iam/model/label_policy_view.go
Normal file
21
apps/api/internal/iam/model/label_policy_view.go
Normal file
@@ -0,0 +1,21 @@
|
||||
package model
|
||||
|
||||
import (
|
||||
"github.com/zitadel/zitadel/internal/domain"
|
||||
)
|
||||
|
||||
type LabelPolicySearchKey int32
|
||||
|
||||
const (
|
||||
LabelPolicySearchKeyUnspecified LabelPolicySearchKey = iota
|
||||
LabelPolicySearchKeyAggregateID
|
||||
LabelPolicySearchKeyState
|
||||
LabelPolicySearchKeyInstanceID
|
||||
LabelPolicySearchKeyOwnerRemoved
|
||||
)
|
||||
|
||||
type LabelPolicySearchQuery struct {
|
||||
Key LabelPolicySearchKey
|
||||
Method domain.SearchMethod
|
||||
Value interface{}
|
||||
}
|
Reference in New Issue
Block a user