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

Struct ControllerClient

pkg/controller/client/rpc.go:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29)
30
31type ControllerClient struct {
32 client rest.FastHTTPClient
33 scheme string
34 host string
35 prefix string
36 version string
37}
38
39func NewControllerClient(runOptions *ControllerClientOptions) (c *ControllerClient, err error) {
40 u, err := url.Parse(runOptions.Host)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected