Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SubscribedURLsSynthesizer ¶
type SubscribedURLsSynthesizer interface { // Supports the synthesis of the subscribed url or not Support(subscribedURL *common.URL) bool // synthesize the subscribed url Synthesize(subscribedURL *common.URL, serviceInstances []registry.ServiceInstance) []*common.URL }
SubscribedURLsSynthesizer is used to synthesize the subscribed url
Source Files ¶
Click to show internal directories.
Click to hide internal directories.