//
pkg.gl
Category
go-micro.dev/v5
config
source
package
5.3.0
Repository:
https://github.com/micro/go-micro.git
Documentation:
pkg.go.dev
Versions
2
Dependencies
8
Dependents
11
Files
93 SLOC
#
Packages
cli
env
file
Package file is a file source.
flag
memory
Package memory is a memory source.
#
Functions
NewNoopWatcher
NewNoopWatcher returns a watcher that blocks on Next() until Stop() is called.
NewOptions
WithClient
WithClient sets the source client.
WithEncoder
WithEncoder sets the source encoder.
#
Variables
ErrWatcherStopped
ErrWatcherStopped is returned when source watcher has been stopped.
#
Structs
ChangeSet
ChangeSet represents a set of changes from a source.
Options
#
Interfaces
Source
Source is the source from which config is loaded.
Watcher
Watcher watches a source for changes.
#
Type aliases
Option