Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetNameMappingInstance ¶
func GetNameMappingInstance() mapping.ServiceNameMapping
GetNameMappingInstance return an instance, if not found, it creates one
Types ¶
type DynamicConfigurationServiceNameMapping ¶
type DynamicConfigurationServiceNameMapping struct {
// contains filtered or unexported fields
}
DynamicConfigurationServiceNameMapping is the implementation based on config center it's a singleton
func (*DynamicConfigurationServiceNameMapping) Get ¶
func (d *DynamicConfigurationServiceNameMapping) Get(serviceInterface string, group string, version string, protocol string) (*gxset.HashSet, error)
Get will return the application-level services. If not found, the empty set will be returned. if the dynamic configuration got error, the error will return
Click to show internal directories.
Click to hide internal directories.