# qos-client **Repository Path**: elainelover/qos-client ## Basic Information - **Project Name**: qos-client - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-04 - **Last Updated**: 2021-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## etcd Watch example using Go client - start etcd - `docker run --rm --name etcd -p 2379:2379 gcr.io/etcd-development/etcd /usr/local/bin/etcd --listen-client-urls http://0.0.0.0:2379 --advertise-client-urls http://192.168.99.100:2379` - run client code - `go run etcd_watch_go_client.go -etcdHost=: -etcdWatchKey=` e.g. `go run etcd_watch_go_client.go -etcdHost=192.168.99.100:2379 -etcdWatchKey=myKey` - check logs ![](etcd_watch_client_logs.JPG)