MCPcopy Index your code
hub / github.com/cloudfoundry/cli / Sidecar

Struct Sidecar

resources/sidecar_resource.go:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "code.cloudfoundry.org/cli/v8/types"
4
5type Sidecar struct {
6 GUID string `json:"guid"`
7 Name string `json:"name"`
8 Command types.FilteredString `json:"command"`
9}

Callers 1

getProcessSummaryMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected