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