(ctx context.Context, project *types.Project, service types.ServiceConfig, id string)
| 40 | } |
| 41 | |
| 42 | func (s *composeService) injectConfigs(ctx context.Context, project *types.Project, service types.ServiceConfig, id string) error { |
| 43 | return s.injectFileReferences(ctx, project, service, id, configMount) |
| 44 | } |
| 45 | |
| 46 | func (s *composeService) injectFileReferences(ctx context.Context, project *types.Project, service types.ServiceConfig, id string, mountType mountType) error { |
| 47 | mounts, sources := s.getFilesAndMap(project, service, mountType) |
no test coverage detected