type
Factory
type Factory func(
t *testing.T,
manifest schema.Manifest,
) store.StoreFactory opens a clean store prepared for manifest. Implementations should register cleanup with t and fail the current test when setup cannot finish.
type
type Factory func(
t *testing.T,
manifest schema.Manifest,
) store.StoreFactory opens a clean store prepared for manifest. Implementations should register cleanup with t and fail the current test when setup cannot finish.