MCPcopy Create free account
hub / github.com/cloudfoundry/cli / serviceOfferingName

Function serviceOfferingName

command/v7/services_command.go:84–89  ·  view source on GitHub ↗
(si v7action.ServiceInstance)

Source from the content-addressed store, hash-verified

82}
83
84func serviceOfferingName(si v7action.ServiceInstance) string {
85 if si.Type == resources.UserProvidedServiceInstance {
86 return "user-provided"
87 }
88 return si.ServiceOfferingName
89}
90
91type ServicesTable struct {
92 table [][]string

Callers 1

AppendRowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected