Documentation
¶
Index ¶
- func BinaryDataStoreTest(t *testing.T, ctx context.Context, ds datastore.BinaryDataStore)
- func JsonDataStoreTest(t *testing.T, ctx context.Context, ds datastore.JsonDataStore[TestItem])
- func QueryJsonDataStoreTest(t *testing.T, ctx context.Context, ds datastore.JsonDataStore[TestQueryItem])
- type TestItem
- type TestQueryItem
- type TestQueryItemChild
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BinaryDataStoreTest ¶
func JsonDataStoreTest ¶
func QueryJsonDataStoreTest ¶
func QueryJsonDataStoreTest(t *testing.T, ctx context.Context, ds datastore.JsonDataStore[TestQueryItem])
Types ¶
type TestQueryItem ¶
type TestQueryItemChild ¶
type TestQueryItemChild struct {
Name string
}
Click to show internal directories.
Click to hide internal directories.