(ctx context.Context, projectName string, opts api.RunOptions)
| 59 | } |
| 60 | |
| 61 | func (s *composeService) getExecTarget(ctx context.Context, projectName string, opts api.RunOptions) (containerType.Summary, error) { |
| 62 | return s.getSpecifiedContainer(ctx, projectName, oneOffInclude, false, opts.Service, opts.Index) |
| 63 | } |
no test coverage detected