mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-15 13:43:56 +08:00
@@ -126,20 +126,4 @@ abstract final class ReplyGrpc {
|
||||
SearchItemReply.fromBuffer,
|
||||
);
|
||||
}
|
||||
|
||||
static Future<LoadingState<TranslateReplyResp>> translateReply({
|
||||
required Int64 type,
|
||||
required Int64 oid,
|
||||
required Int64 rpid,
|
||||
}) {
|
||||
return GrpcReq.request(
|
||||
GrpcUrl.translateReply,
|
||||
TranslateReplyReq(
|
||||
type: type,
|
||||
oid: oid,
|
||||
rpids: [rpid],
|
||||
),
|
||||
TranslateReplyResp.fromBuffer,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user