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