table

package
v0.0.0-...-54d7d0b Latest Latest
Warning

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

Go to latest
Published: May 7, 2024 License: Apache-2.0 Imports: 2 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Table

type Table interface {
	Get(id uint64) (tree.Entry, error)
	Claim(id uint64, labels labels.Set) error
	ClaimFree(labels labels.Set) (tree.Entry, error)
	Release(id uint64) error
	Update(id uint64, labels labels.Set) error
	Size() int
	Has(id uint64) bool
	IsFree(id uint64) bool
	FindFree() (uint64, error)
	GetAll() tree.Entries
	GetByLabel(selector labels.Selector) tree.Entries
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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