status.proto 241 bytes
syntax = "proto3";
package hapi;
message StatusRequest {
  string name = 1
message StatusResponseError {
  oneof response {
    Error = 1
    StatusResponse = 2
message StatusResponse {
  Release release = 1;
  Status status = 2