test

package
v0.0.0-...-99f10aa Latest Latest
Warning

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

Go to latest
Published: May 5, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Store

func Store[R store.Row, S TRoot[R, V], V TView[R, V]](t *testing.T, factory func() S)

Types

type TRoot

type TRoot[R store.Row, V TView[R, V]] interface {
	store.Store[R]
	Begin() V
	Flatten()
}

type TView

type TView[R store.Row, V TView[R, V]] interface {
	store.Store[R]
	Begin() V
	Commit()
}

Jump to

Keyboard shortcuts

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