Versions in this module Expand all Collapse all v0 v0.1.0 Sep 15, 2018 Changes in this version + type DynamoDBLockClient struct + Client dynamodbiface.DynamoDBAPI + HeartbeatPeriod time.Duration + Identifier string + LeaseDuration time.Duration + LockName string + TableName string + func (d *DynamoDBLockClient) GetLock() (bool, error) + func (d *DynamoDBLockClient) HasLock() (bool, error) + func (d *DynamoDBLockClient) LockError() error + func (d *DynamoDBLockClient) RemoveLock() error + func (d *DynamoDBLockClient) StopHeartbeat() + type LockClient interface + GetLock func() (bool, error) + HasLock func() (bool, error) + RemoveLock func() error + StopHeartbeat func()