コード例 #1
0
ファイル: service.go プロジェクト: jloper3/amazon-ecs-cli
// getServiceName returns an autogenerated name for the service based on the current project context
func (s *Service) getServiceName() string {
	return composeutils.GetServiceName(getProjectName(s))
}
コード例 #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))
}