mirror of
https://github.com/criyle/go-judge.git
synced 2025-09-26 22:39:12 +08:00
doc: update README
This commit is contained in:
parent
1c3681ba39
commit
6643a592ba
@ -297,6 +297,13 @@ interface Request {
|
||||
pipeMapping: PipeMap[];
|
||||
}
|
||||
|
||||
interface CancelRequest {
|
||||
cancelRequestId: string;
|
||||
};
|
||||
|
||||
// WebSocket 请求
|
||||
type WSRequest = Request | CancelRequest;
|
||||
|
||||
interface Result {
|
||||
status: Status;
|
||||
error?: string; // 详细错误信息
|
||||
|
Loading…
Reference in New Issue
Block a user