Skip to content

Commit

Permalink
[nspcc-dev#150] status: Define enumeration of success status codes
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Lyubich <[email protected]>
  • Loading branch information
Leonard Lyubich committed Oct 4, 2021
1 parent 2cd04d8 commit c31dea0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions status/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ message Status {

repeated Detail details = 3;
}

enum Success {
OK = 0;
}

0 comments on commit c31dea0

Please sign in to comment.