Versions in this module Expand all Collapse all v1 v1.0.2 Mar 14, 2024 v1.0.1 Mar 14, 2024 Changes in this version + type EtcdConfiger struct + func (e *EtcdConfiger) DIY(key string) (interface{}, error) + func (e *EtcdConfiger) GetSection(section string) (map[string]string, error) + func (e *EtcdConfiger) OnChange(key string, fn func(value string)) + func (e *EtcdConfiger) SaveConfigFile(filename string) error + func (e *EtcdConfiger) Set(key, val string) error + func (e *EtcdConfiger) Sub(key string) (config.Configer, error) + func (e *EtcdConfiger) Unmarshaler(prefix string, obj interface{}, opt ...config.DecodeOption) error + type EtcdConfigerProvider struct + func (provider *EtcdConfigerProvider) Parse(key string) (config.Configer, error) + func (provider *EtcdConfigerProvider) ParseData(data []byte) (config.Configer, error)