mirror of
https://github.com/peridotbuild/peridot.git
synced 2024-12-03 18:16:25 +00:00
Add ImportRPM response in proto
This commit is contained in:
parent
288e7f59fb
commit
e009a1641a
@ -56,3 +56,10 @@ message ProcessRPMResponse {
|
||||
// The entry created for the RPM
|
||||
Entry entry = 1;
|
||||
}
|
||||
|
||||
// ImportRPMResponse is the response message for the ImportRPM activity
|
||||
message ImportRPMResponse {
|
||||
// Commit hash of the imported RPM
|
||||
// e.g. 1234567890abcdef1234567890abcdef12345678
|
||||
string commit_hash = 1 [(google.api.field_behavior) = REQUIRED];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user