package
5.3.0
Repository: https://github.com/micro/go-micro.git
Documentation: pkg.go.dev

# Packages

Package file is a file source.
Package memory is a memory source.

# Functions

NewNoopWatcher returns a watcher that blocks on Next() until Stop() is called.
WithClient sets the source client.
WithEncoder sets the source encoder.

# Variables

ErrWatcherStopped is returned when source watcher has been stopped.

# Structs

ChangeSet represents a set of changes from a source.

# Interfaces

Source is the source from which config is loaded.
Watcher watches a source for changes.

# Type aliases