tree: 72e53992f0aeb7ab576a99d016a27940688fd78c [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)