MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / getAllProxies

Function getAllProxies

pkg/machinescommon/proxy.go:83–90  ·  view source on GitHub ↗
(client client.Client)

Source from the content-addressed store, hash-verified

81}
82
83func getAllProxies(client client.Client) ([]*proxies.Proxy, error) {
84 res, err := client.Proxies.GetAll()
85 if err != nil {
86 return nil, err
87 }
88
89 return res, nil
90}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected