MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / Do

Method Do

pkg/controller/invoke.go:40–40  ·  view source on GitHub ↗
(ctx *InvokeContext)

Source from the content-addressed store, hash-verified

38type ControllerInterface interface {
39 NewClients(string) *Clients
40 Do(ctx *InvokeContext)
41}
42
43// TODO: error

Callers 7

InvokeMethod · 0.65
ListRuntimesMethod · 0.65
InvokeMethod · 0.65
GetFunctionMethod · 0.65
GetAliasMethod · 0.65
sendHTTPRequestLoopMethod · 0.65

Implementers 2

Controllerpkg/controller/types.go
MockControllerpkg/controller/client/call_test.go

Calls

no outgoing calls

Tested by

no test coverage detected