mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
add comments
This commit is contained in:
@@ -44,6 +44,7 @@ message DeployRequest {
|
||||
message DeployResponse {
|
||||
}
|
||||
|
||||
// List all the deployed functions
|
||||
message ListRequest {
|
||||
// optional project name
|
||||
string project = 1;
|
||||
@@ -69,6 +70,7 @@ message ListResponse {
|
||||
repeated Func functions = 1;
|
||||
}
|
||||
|
||||
// Delete a function by name
|
||||
message DeleteRequest {
|
||||
// Optional project name
|
||||
string project = 1;
|
||||
|
||||
Reference in New Issue
Block a user