MCPcopy
hub / github.com/loft-sh/devpod / machineClient

Struct machineClient

pkg/client/clientimplementation/machine_client.go:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type machineClient struct {
37 devPodConfig *config.Config
38 config *provider.ProviderConfig
39 machine *provider.Machine
40 log log.Logger
41}
42
43func (s *machineClient) Provider() string {
44 return s.config.Name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected