contract

package
v3.7.0 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Lock

type Lock interface {
	Acquire(runtimeInstance runtimecontract.Runtime) (bool, error)

	Release(runtimeInstance runtimecontract.Runtime) error

	Refresh(runtimeInstance runtimecontract.Runtime, ttl time.Duration) error
}

type Locker

type Locker interface {
	CreateLock(name string, ttl time.Duration) Lock
}

Jump to

Keyboard shortcuts

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