Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLockServiceClient ¶
func NewLockServiceClient(serverAddr string) service.LockServiceClient
Types ¶
type Lock ¶
type Lock struct {
MillisecondDur int // 尝试加锁的时间间隔 单位毫秒
MaxRetryTimes int // 最大加锁失败次数,超过后将强制释放锁,然后再枷锁。因为某个节点可能在加锁未释放的情况下异常退出
Lk service.LockServiceClient
}
Click to show internal directories.
Click to hide internal directories.