Documentation ¶
Overview ¶
Package etcd @Title log capability of zerolog @Description zerolog implementation of log capability @Author Ryan Fan 2021-06-09 @Update Ryan Fan 2021-06-09
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigEtcd ¶
type ConfigEtcd struct {
Url string `mapstructure:"url"`
}
type EtcdProvider ¶
type EtcdProvider struct {
kv.ConfigManager
}
func (*EtcdProvider) Init ¶
func (ep *EtcdProvider) Init(rootConfiger types.Configer, logger types.LogProvider, args ...interface{}) error
Init implements types.Provider interface, used to initialize the capability
Click to show internal directories.
Click to hide internal directories.