Ejemplo n.º 1
0
// getServiceName returns an autogenerated name for the service based on the current project context
func (s *Service) getServiceName() string {
	return composeutils.GetServiceName(getProjectName(s))
}
Ejemplo n.º 2
0
// getServiceName returns an autogenerated name for the service based on the current project context
func (s *Service) getServiceName() string {
	return composeutils.GetServiceName(s.Context().ECSParams.ComposeServiceNamePrefix, getProjectName(s))
}