| 16 | ) |
| 17 | |
| 18 | type Target struct { |
| 19 | ui terminal.UI |
| 20 | config coreconfig.ReadWriter |
| 21 | orgRepo organizations.OrganizationRepository |
| 22 | spaceRepo spaces.SpaceRepository |
| 23 | } |
| 24 | |
| 25 | func init() { |
| 26 | commandregistry.Register(&Target{}) |
nothing calls this directly
no outgoing calls
no test coverage detected