| 446 | } |
| 447 | |
| 448 | type tarDockerClient struct { |
| 449 | s *composeService |
| 450 | } |
| 451 | |
| 452 | func (t tarDockerClient) ContainersForService(ctx context.Context, projectName string, serviceName string) ([]container.Summary, error) { |
| 453 | containers, err := t.s.getContainers(ctx, projectName, oneOffExclude, true, serviceName) |
nothing calls this directly
no outgoing calls
no test coverage detected