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

Struct Controller

pkg/controller/types.go:27–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25)
26
27type Controller struct {
28 runOptions *options.ControllerOptions
29 FuncletClient client.FuncletInterface
30 runtimeDispatcher rtctrl.RuntimeDispatcher
31 runtimeControl rtctrl.Control
32 dataStorer function.DataStorer
33 insideDataStorer function.DataStorer
34 httpTriggerDataStorer function.DataStorer
35}
36
37// Clients save all clients to make rpc calls
38type Clients struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected