Coverage Report - com.ctrip.framework.apollo.core.ServiceNameConsts
 
Classes in this File Line Coverage Branch Coverage Complexity
ServiceNameConsts
N/A
N/A
0
 
 1  
 package com.ctrip.framework.apollo.core;
 2  
 
 3  
 public interface ServiceNameConsts {
 4  
 
 5  
   String APOLLO_METASERVICE = "apollo-metaservice";
 6  
 
 7  
   String APOLLO_CONFIGSERVICE = "apollo-configservice";
 8  
 
 9  
   String APOLLO_ADMINSERVICE = "apollo-adminservice";
 10  
 
 11  
   String APOLLO_PORTAL = "apollo-portal";
 12  
 }