Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RegistryWatcher ¶
type RegistryWatcher struct {
// contains filtered or unexported fields
}
func NewRegistryWatcher ¶
func NewRegistryWatcher(target *nspAPI.Target) *RegistryWatcher
func (*RegistryWatcher) IsStopped ¶
func (rw *RegistryWatcher) IsStopped() bool
func (*RegistryWatcher) Notify ¶
func (rw *RegistryWatcher) Notify(targets []*nspAPI.Target)
func (*RegistryWatcher) ResultChan ¶
func (rw *RegistryWatcher) ResultChan() <-chan []*nspAPI.Target
func (*RegistryWatcher) Stop ¶
func (rw *RegistryWatcher) Stop()
Click to show internal directories.
Click to hide internal directories.