推理业务接收的外部protobuf信息。
1 2 3 4
struct MxstProtobufIn { std::string key; std::shared_ptr<google::protobuf::Message> messagePtr; };
参数名
输入/输出
说明
key
输入
protobuf数据的key。
messagePtr
输入protobuf数据智能指针。