| 3 | import "code.cloudfoundry.org/cli/v8/cf/models" |
| 4 | |
| 5 | type BuildpackResource struct { |
| 6 | Resource |
| 7 | Entity BuildpackEntity |
| 8 | } |
| 9 | |
| 10 | type BuildpackEntity struct { |
| 11 | Name string `json:"name"` |
nothing calls this directly
no outgoing calls
no test coverage detected