(jsrt) rename: JSContext -> JSReq

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-07-16 10:27:22 +08:00
parent 5ffdd9f542
commit 7bdec28e5f
4 changed files with 34 additions and 34 deletions

View File

@@ -6,7 +6,7 @@ import (
"time"
)
// / Runtime 配置
// Runtime 配置
type JSRuntimeConfig struct {
Enabled bool `json:"enabled"`
MaxVMCount int `json:"max_vm_count"`