(cfg *ActionsOpts)
| 26 | } |
| 27 | |
| 28 | func NewOrganizationDelete(cfg *ActionsOpts) *OrganizationDelete { |
| 29 | return &OrganizationDelete{cfg} |
| 30 | } |
| 31 | |
| 32 | func (action *OrganizationDelete) Run(ctx context.Context, orgName string) error { |
| 33 | client := pb.NewOrganizationServiceClient(action.cfg.CPConnection) |
no outgoing calls
no test coverage detected