mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-20 04:14:34 +08:00
separate workflow_template.proto
This commit is contained in:
@@ -3,6 +3,7 @@ syntax = "proto3";
|
||||
package api;
|
||||
|
||||
import "google/api/annotations.proto";
|
||||
import "workflow_template.proto";
|
||||
|
||||
service WorkflowService {
|
||||
// Creates a Workflow
|
||||
@@ -32,10 +33,3 @@ message Parameter {
|
||||
string name = 1;
|
||||
string value = 2;
|
||||
}
|
||||
|
||||
message WorkflowTemplate {
|
||||
string uuid = 1;
|
||||
string name = 2;
|
||||
|
||||
string manifest = 4;
|
||||
}
|
Reference in New Issue
Block a user