github.com/muhammadn/cortex@v1.9.1-0.20220510110439-46bb7000d03d/pkg/distributor/distributorpb/distributor.proto (about)

     1  syntax = "proto3";
     2  
     3  package distributor;
     4  
     5  option go_package = "distributorpb";
     6  
     7  import "github.com/gogo/protobuf/gogoproto/gogo.proto";
     8  import "github.com/cortexproject/cortex/pkg/cortexpb/cortex.proto";
     9  
    10  option (gogoproto.marshaler_all) = true;
    11  option (gogoproto.unmarshaler_all) = true;
    12  
    13  service Distributor {
    14    rpc Push(cortexpb.WriteRequest) returns (cortexpb.WriteResponse) {};
    15  }