MCPcopy Index your code
hub / github.com/devspace-sh/devspace / NewClient

Function NewClient

pkg/devspace/plugin/plugin.go:62–67  ·  view source on GitHub ↗
(log log.Logger)

Source from the content-addressed store, hash-verified

60}
61
62func NewClient(log log.Logger) Interface {
63 return &client{
64 installer: NewInstaller(),
65 log: log,
66 }
67}
68
69func (c *client) PluginFolder() (string, error) {
70 dir, err := homedir.Dir()

Callers 2

ensureRequiresMethod · 0.92
NewPluginManagerMethod · 0.92

Calls 1

NewInstallerFunction · 0.85

Tested by

no test coverage detected