package
0.1.1
Repository: https://github.com/gole-dev/gole.git
Documentation: pkg.go.dev

# Functions

NewEtcdLock create a etcd lock.
NewRedisLock new a redis lock instance nolint.

# Constants

EtcdLockKey etcd lock key.
RedisLockKey redis lock key.

# Structs

EtcdLock define a etcd lock.
RedisLock is a redis lock.

# Interfaces

Lock define common func.