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

Function formatEndpointDetailsForTable

pkg/cmd/worker/view/view.go:194–200  ·  view source on GitHub ↗
(details map[string]string)

Source from the content-addressed store, hash-verified

192}
193
194func formatEndpointDetailsForTable(details map[string]string) string {
195 var parts []string
196 for key, value := range details {
197 parts = append(parts, fmt.Sprintf("%s: %s", key, value))
198 }
199 return strings.Join(parts, "; ")
200}
201
202func resolveValues(keys []string, lookup map[string]string) []string {
203 var result []string

Callers 1

getWorkerAsTableRowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected