package config import "os" func Endpoint() string { return os.Getenv("ETCD_ENDPOINTS") }