Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TestDatabases = []struct { Name string ServiceStorage func(t *testing.T) storage.ServiceStorage }{ { Name: "Test with Bolt DB", ServiceStorage: setupBoltTestDB, }, { Name: "Test with Redis DB", ServiceStorage: setupRedisTestDB, }, }
Functions ¶
func EnableSchemaCaching ¶
func EnableSchemaCaching()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.