Documentation
¶
Overview ¶
Package branchingtest provides reusable conformance tests for DALgo branching providers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunConformance ¶
RunConformance proves immutable checkpoints, source/sibling isolation, fresh handles, semantic fidelity and idempotent cleanup.
Types ¶
type Callbacks ¶
type Callbacks struct {
New Factory
Seed func(context.Context, dal.DB) error
Mutate func(context.Context, dal.DB) error
Digest func(context.Context, dal.DB) (string, error)
}
Callbacks describe a provider-specific semantic fixture. Generic dal.DB does not promise enumeration, so conformance never guesses collections or records.
Click to show internal directories.
Click to hide internal directories.