MCPcopy 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
43func InitWithClient(c client.ControllerClientInterface) {
44 NewProxy(c)
45 return
46}
47
48func RequestController(ctx *ProxyContext) {
49 ir, err := buildRequest(ctx)

Callers 1

InitFunction · 0.92

Calls 1

NewProxyFunction · 0.85

Tested by

no test coverage detected