automaticstore

package
v0.0.32 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2026 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Overview

Package automaticstore persists automatic-admission accounting in one flock-serialized, crash-safe document shared by cooperating processes.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

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

Store is a durable learning.AutomaticAdmissionLedger for cooperating processes on one host filesystem. Each operation reloads under flock; no process-local cache participates in admission decisions.

func New

func New(dir string, policy learning.AutomaticAdmissionPolicy, clock port.Clock) (*Store, error)

New prepares a ledger rooted at dir with backend-owned immutable policy and time authority.

func (*Store) DiscoverExpired

func (s *Store) DiscoverExpired(ctx context.Context, limit uint32) ([]learning.AutomaticReservation, error)

DiscoverExpired atomically claims a bounded set of expired held records using this store's authoritative clock.

func (*Store) Reserve

Reserve atomically applies all configured accounting controls.

Jump to

Keyboard shortcuts

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