mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-04 12:55:14 +00:00
14 lines
241 B
Go
14 lines
241 B
Go
![]() |
package user
|
||
|
|
||
|
type SearchQuery_ResourceOwner struct {
|
||
|
ResourceOwner *ResourceOwnerQuery
|
||
|
}
|
||
|
|
||
|
func (SearchQuery_ResourceOwner) isSearchQuery_Query() {}
|
||
|
|
||
|
type ResourceOwnerQuery struct {
|
||
|
OrgID string
|
||
|
}
|
||
|
|
||
|
type MembershipType = isMembership_Type
|