Versions in this module Expand all Collapse all v0 v0.0.3 Jul 28, 2026 v0.0.2 Jun 24, 2026 Changes in this version + var ErrNotFound = errors.New("etcd source: key not found") + func IsNotFound(err error) bool + type Option func(*configOptions) + func WithEndpoints(endpoints ...string) Option + func WithPassword(password string) Option + func WithPrefix(prefix string) Option + func WithTimeout(timeout time.Duration) Option + func WithUsername(username string) Option + type Reader struct + func New(_ context.Context, opts ...Option) (*Reader, error) + func (r *Reader) Close() error + func (r *Reader) Load(ctx context.Context, key string) (string, error) + func (r *Reader) Watch(ctx context.Context, key string) (<-chan struct{}, error)