Versions in this module Expand all Collapse all v0 v0.5.0 Oct 28, 2019 v0.4.0 Oct 7, 2019 Changes in this version + func TestStorage_Add(t *testing.T, p PrepareInterface) + func TestStorage_Add_Limit_Overflow(t *testing.T, p PrepareInterface) + func TestStorage_Add_Repeat(t *testing.T, p PrepareInterface) + func TestStorage_GetAll(t *testing.T, p PrepareInterface) + func TestStorage_GetByAddress(t *testing.T, p PrepareInterface) + func TestStorage_GetBySession(t *testing.T, p PrepareInterface) + func TestStorage_GetCountWithStatus(t *testing.T, p PrepareInterface) + func TestStorage_Remove(t *testing.T, p PrepareInterface) + func TestStorage_ReserveAvailable_Negative(t *testing.T, p PrepareInterface) + func TestStorage_ReserveAvailable_Positive(t *testing.T, p PrepareInterface) + func TestStorage_SetAvailable(t *testing.T, p PrepareInterface) + func TestStorage_SetBusy(t *testing.T, p PrepareInterface) + func TestStorage_UpdateAdderss_ReturnsErrNotFound(t *testing.T, p PrepareInterface) + func TestStorage_UpdateAdderss_UpdatesValue(t *testing.T, p PrepareInterface) + type PrepareInterface interface + CreateStorage func() (pool.StorageInterface, func()) + SetUp func() + TearDown func()