示例#1
0
int SchedulerServiceImpl::PhxEcho(const google::protobuf::StringValue &req,
                                  google::protobuf::StringValue *resp) {
    resp->set_value(req.value());
    return 0;
}
int StoreServiceImpl::PHXEcho(const google::protobuf::StringValue &req,
                              google::protobuf::StringValue *resp) {
    resp->set_value(req.value());
    return 0;
}