docs: update sandbox

This commit is contained in:
张泊明518370910136 2024-10-05 18:16:44 -04:00
parent 9165e78a16
commit 753c2d482e
GPG Key ID: D47306D7062CDA9D

View File

@ -148,7 +148,7 @@ Do not execute any command. Just return empty `ExecutorResult` slice.
### Sandbox
Run the commands in `go-judge` and output the `ExecutorResult` slice.
Run the commands in `go-judge` and output the `ExecutorResult` slice. Note: we communicate with `go-judge` using gRPC, which means `go-judge` can run anywhere as the gRPC connection can be established. In deployment, `go-judge` runs in the host machine of the Gitea runner.
## Parsers (under `/internal/parsers`)