Skip to content

Commit

Permalink
[#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 authored and cthulhu-rider committed Nov 16, 2021
1 parent ba1179a commit fd0366b
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 fd0366b

Please sign in to comment.