Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamespaceWatcher ¶
type NamespaceWatcher struct {
// contains filtered or unexported fields
}
NamespaceWatcher contains the runtime configuration for a Nacos Namespace Watcher
func NewNamespaceWatcher ¶
func NewNamespaceWatcher(nacosAddr, namespace string, notifyChan chan<- []common.DubboServiceInstance) ( *NamespaceWatcher, error)
NewNamespaceWatcher creates a Namespace Watcher
func (*NamespaceWatcher) Run ¶
func (w *NamespaceWatcher) Run(stop <-chan struct{})
Run until a signal is received, this function blocks
Click to show internal directories.
Click to hide internal directories.