Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/EasyFaaS
/ InitWithClient
Function
InitWithClient
pkg/httptrigger/httptrigger.go:43–46 ·
view source on GitHub ↗
(c client.ControllerClientInterface)
Source
from the content-addressed store, hash-verified
41
}
42
43
func
InitWithClient(c client.ControllerClientInterface) {
44
NewProxy(c)
45
return
46
}
47
48
func
RequestController(ctx *ProxyContext) {
49
ir, err := buildRequest(ctx)
Callers
1
Init
Function · 0.92
Calls
1
NewProxy
Function · 0.85
Tested by
no test coverage detected