diff options
Diffstat (limited to 'proto/jobs/v1beta/jobs.proto')
-rw-r--r-- | proto/jobs/v1beta/jobs.proto | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/proto/jobs/v1beta/jobs.proto b/proto/jobs/v1beta/jobs.proto index eb920fb8..9ff967d4 100644 --- a/proto/jobs/v1beta/jobs.proto +++ b/proto/jobs/v1beta/jobs.proto @@ -18,8 +18,13 @@ message MaintenanceRequest { repeated string pipelines = 1; } +// some endpoints receives nothing // all endpoints returns nothing -message EmptyResponse {} +message Empty {} + +message List { + repeated string pipelines = 1; +} message Job { string job = 1; |