Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceNameMapping ¶
type ServiceNameMapping interface {
// Map will map the service to this application-level service
Map(serviceInterface string, group string, version string, protocol string) error
// Get will return the application-level services
Get(serviceInterface string, group string, version string, protocol string) (*gxset.HashSet, error)
}
ServiceNameMapping try to build the mapping between application-level service and interface-level service.
Click to show internal directories.
Click to hide internal directories.