Documentation
¶
Overview ¶
Package automaticconformance provides the shared distributed-accounting contract for learning.AutomaticAdmissionLedger adapters. Implementations must run this suite; storage layout, transport, and scheduling are not part of it.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Clock ¶
type Clock struct {
// contains filtered or unexported fields
}
Clock is a deterministic backend clock shared by a conformance fixture.
type Factory ¶
type Factory func(*testing.T, learning.AutomaticAdmissionPolicy, *Clock) learning.AutomaticAdmissionLedger
Factory returns a fresh, isolated ledger configured with authoritative policy and clock for each subtest.
Click to show internal directories.
Click to hide internal directories.