feat: add member list to workspace

This commit is contained in:
steven
2022-10-03 23:30:51 +08:00
parent 887e757c39
commit 922f8e6f95
5 changed files with 48 additions and 6 deletions

View File

@@ -34,8 +34,9 @@ func (raw *workspaceRaw) toWorkspace() *api.Workspace {
UpdatedTs: raw.UpdatedTs,
RowStatus: raw.RowStatus,
Name: raw.Name,
Description: raw.Description,
Name: raw.Name,
Description: raw.Description,
WorkspaceUserList: []*api.WorkspaceUser{},
}
}