locker

package
v0.0.0-...-0558f83 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2026 License: Apache-2.0 Imports: 5 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type HostLocker

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

func NewHostLocker

func NewHostLocker(locksDir string) (*HostLocker, error)

func (*HostLocker) AcquireLock

func (hl *HostLocker) AcquireLock(ctx context.Context, lockName string, opts lockgate.AcquireOptions) (bool, lockgate.LockHandle, error)

func (*HostLocker) Locker

func (hl *HostLocker) Locker() lockgate.Locker

func (*HostLocker) ReleaseLock

func (hl *HostLocker) ReleaseLock(lock lockgate.LockHandle) error

func (*HostLocker) WithLock

func (hl *HostLocker) WithLock(ctx context.Context, lockName string, opts lockgate.AcquireOptions, f func() error) error

WithLock acquires host lock and executes callback opts.NonBlocking=false. Be aware, if opts.NonBlocking=true it does "try lock", ignores lock's status and executes callback anyway.

Jump to

Keyboard shortcuts

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