mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-04 07:35:13 +00:00
14 lines
229 B
Go
14 lines
229 B
Go
![]() |
package user
|
||
|
|
||
|
type SearchQuery_ResourceOwner struct {
|
||
|
ResourceOwner *ResourceOwnerQuery
|
||
|
}
|
||
|
|
||
|
func (SearchQuery_ResourceOwner) isSearchQuery_Query() {}
|
||
|
|
||
|
type ResourceOwnerQuery struct {
|
||
|
OrgID string
|
||
|
}
|
||
|
|
||
|
type UserType = isUser_Type
|