github.com/pachyderm/pachyderm@v1.13.4/src/client/health/health.proto (about)

     1  syntax = "proto3";
     2  
     3  package health;
     4  option go_package = "github.com/pachyderm/pachyderm/src/client/health";
     5  
     6  import "google/protobuf/empty.proto";
     7  
     8  service Health {
     9    rpc Health(google.protobuf.Empty) returns (google.protobuf.Empty) {}
    10  }