| 3 | import "code.cloudfoundry.org/cli/v8/cf/models" |
| 4 | |
| 5 | type ServiceBrokerResource struct { |
| 6 | Resource |
| 7 | Entity ServiceBrokerEntity |
| 8 | } |
| 9 | |
| 10 | type ServiceBrokerEntity struct { |
| 11 | GUID string |
nothing calls this directly
no outgoing calls
no test coverage detected