Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eolinker/goku_lite
/ SetAPIID
Method
SetAPIID
goku-node/common/context.go:205–207 ·
view source on GitHub ↗
SetAPIID 设置接口ID
(apiID int)
Source
from the content-addressed store, hash-verified
203
204
//SetAPIID 设置接口ID
205
func
(ctx *Context) SetAPIID(apiID int) {
206
ctx.apiID = apiID
207
}
208
209
//Request 获取原始请求
210
func
(ctx *Context) Request() goku_plugin.RequestReader {
Callers
1
Router
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected