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

Struct ControllerClientOptions

pkg/controller/client/options.go:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)
22
23type ControllerClientOptions struct {
24 Host string
25}
26
27func NewControllerClientOptions() *ControllerClientOptions {
28 return &ControllerClientOptions{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected