(org plugin_models.Organization, space plugin_models.Space, username string)
| 9 | } |
| 10 | |
| 11 | func NewCFTarget(org plugin_models.Organization, space plugin_models.Space, username string) CloudFoundryTarget { |
| 12 | return CloudFoundryTarget{ |
| 13 | Org: org, |
| 14 | Space: space, |
| 15 | Username: username, |
| 16 | } |
| 17 | } |