Versions in this module Expand all Collapse all v1 v1.0.1 Apr 5, 2026 v1.0.0 Apr 4, 2026 Changes in this version + const DEBUG_ETCD_ENDPOINTS + const DEBUG_ETCD_PASSWORD + const DEBUG_ETCD_USER + const DEFAULT_ETCD_ENDPOINT + func AddWatcher(key string, keyListener KeyListener) + func GetEtcdConfig() ([]string, string, string) + func Help(c *gin.Context) + func Init() + func InitWithParameter(endpoints []string, user, password string) + func StartWatch() + func Update(key, value string) + type KeyListener func(key string, value string)