Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MappingListener ¶ added in v3.3.0
type ServiceNameMapping ¶
type ServiceNameMapping interface {
// Map the service to this application-level service, store the mapping
Map(url *common.URL) error
// Get the application-level services which are mapped to this service
Get(url *common.URL, listener MappingListener) (*gxset.HashSet, error)
// Remove the mapping between application-level service and interface-level service
Remove(url *common.URL) error
}
ServiceNameMapping is the interface which trys to build the mapping between application-level service and interface-level service.
Click to show internal directories.
Click to hide internal directories.