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

Struct RuntimeClient

pkg/controller/rtctrl/client.go:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type RuntimeClient struct {
37 config *RuntimeConfigOptions
38 userlogType UserLogType
39 dispatchServer *DispatchServerV2
40}
41
42func NewRuntimeClient(c *RuntimeConfigOptions, s *DispatcherV2Options, rtMap RuntimeDispatcher) (rc *RuntimeClient, err error) {
43 dispatchServer := NewDispatchServerV2(s, rtMap)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected