tree: 415120c3d9348ff623a2e5fa9cdc446c0ef6e331 [path history] [tgz]
  1. etcdsync_suite_test.go
  2. mutex.go
  3. mutex_test.go
  4. README.md
pkg/etcdsync/README.md

CSE Distributed Etcd lock

example

lock, _ := etcdsync.Lock("/test", true)
defer lock.Unlock()
//do something
g += 1
fmt.Println(g)