()
| 571 | } |
| 572 | |
| 573 | func defaultStackStatusFilter() []types.StackStatus { |
| 574 | return allNonDeletedStackStatuses() |
| 575 | } |
| 576 | |
| 577 | // DeleteStackBySpec sends a request to delete the stack |
| 578 | func (c *StackCollection) DeleteStackBySpec(ctx context.Context, s *Stack) (*Stack, error) { |
no test coverage detected