dlock

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2021 License: AGPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DLock

type DLock struct {
	// contains filtered or unexported fields
}

func New

func New(lockKey string, locklostCallback func(), ops ...OpOption) (*DLock, error)

func (*DLock) Close

func (l *DLock) Close() error

func (*DLock) IsOwner

func (l *DLock) IsOwner() (bool, error)

func (*DLock) Key

func (l *DLock) Key() string

return locked key belong to this locker: <lockKey>/<lease-ID>

func (*DLock) Lock

func (l *DLock) Lock(ctx context.Context) error

it's cancelable

func (*DLock) Unlock

func (l *DLock) Unlock() error

func (*DLock) UnlockAndClose

func (l *DLock) UnlockAndClose() error

type OpOption

type OpOption func(*option)

func WithTTL

func WithTTL(ttl int) OpOption

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL