Skip to content

Commit 39403e3

Browse files
committed
Document the use of Status.result in compositor.proto
Clarifies that status.result = true on sucess, set to false otherwise. Signed-off-by: Ian Chin Wang <[email protected]>
1 parent 94b448e commit 39403e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proto/compositor.proto

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ service Compositor {
1515
rpc GetEvidence(EvidenceIn) returns (EvidenceOut);
1616
}
1717

18+
// Status.result = true on sucess, status.result = false on failure.
1819
message Status {
1920
bool result = 1;
2021
string error = 2;

0 commit comments

Comments
 (0)