mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-09-27 01:56:03 +08:00
fix: added missing proto data for workspace component service
This commit is contained in:
@@ -81,6 +81,11 @@ service WorkspaceService {
|
||||
}
|
||||
}
|
||||
|
||||
message WorkspaceComponent {
|
||||
string name = 1;
|
||||
string url = 2;
|
||||
}
|
||||
|
||||
message Workspace {
|
||||
string uid = 1;
|
||||
string name = 2;
|
||||
@@ -92,6 +97,7 @@ message Workspace {
|
||||
repeated KeyValue labels = 8;
|
||||
string url = 9;
|
||||
repeated Parameter templateParameters = 10;
|
||||
repeated WorkspaceComponent workspaceComponents = 11;
|
||||
}
|
||||
|
||||
message WorkspaceStatus {
|
||||
|
Reference in New Issue
Block a user