4
0
invoke/etcd/etcd.go
2025-04-27 14:11:09 +08:00

8 lines
92 B
Go

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