Merge branch 'feat/workspace.updates' of github.com:Vafilor/core into feat/workspace.updates

This commit is contained in:
Andrey Melnikov
2021-01-29 13:54:42 -08:00

View File

@@ -86,6 +86,11 @@ message WorkspaceComponent {
string url = 2;
}
message WorkspaceComponent {
string name = 1;
string url = 2;
}
message Workspace {
string uid = 1;
string name = 2;