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

Interface ControllerInterface

pkg/controller/invoke.go:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 8

InvokeMethod · 0.65
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