Fix no kind FederatedGroupBinding is registered

This commit is contained in:
hongming
2021-10-21 11:22:18 +08:00
parent 744233b3a3
commit 20163dd795
2 changed files with 15 additions and 2 deletions

View File

@@ -79,6 +79,8 @@ func init() {
&FederatedUserList{},
&FederatedGroup{},
&FederatedGroupList{},
&FederatedGroupBinding{},
&FederatedGroupBindingList{},
&FederatedWorkspace{},
&FederatedWorkspaceList{},
&FederatedWorkspaceRole{},