Documentation ¶
Index ¶
- Constants
- func NewSource(opts ...Option) gconfig.Source
- type Option
- type Source
- func (s *Source) Close() error
- func (s *Source) Load(ctx context.Context, file ...string) ([]*gconfig.Configuration, error)
- func (s *Source) Name() string
- func (s *Source) Store(ctx context.Context, file string, content []byte) error
- func (s *Source) Watch(ctx context.Context) (gconfig.Watcher, error)
Constants ¶
View Source
const Name = "etcd"
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.