Documentation
¶
Index ¶
- type AutoRefresh
- func (_m *AutoRefresh) DeleteDelayed(id cache.ItemID) error
- func (_m *AutoRefresh) EXPECT() *AutoRefresh_Expecter
- func (_m *AutoRefresh) Get(id cache.ItemID) (cache.Item, error)
- func (_m *AutoRefresh) GetOrCreate(id cache.ItemID, item cache.Item) (cache.Item, error)
- func (_m *AutoRefresh) Start(ctx context.Context) error
- type AutoRefresh_DeleteDelayed_Call
- func (_c *AutoRefresh_DeleteDelayed_Call) Return(_a0 error) *AutoRefresh_DeleteDelayed_Call
- func (_c *AutoRefresh_DeleteDelayed_Call) Run(run func(id cache.ItemID)) *AutoRefresh_DeleteDelayed_Call
- func (_c *AutoRefresh_DeleteDelayed_Call) RunAndReturn(run func(cache.ItemID) error) *AutoRefresh_DeleteDelayed_Call
- type AutoRefresh_Expecter
- func (_e *AutoRefresh_Expecter) DeleteDelayed(id interface{}) *AutoRefresh_DeleteDelayed_Call
- func (_e *AutoRefresh_Expecter) Get(id interface{}) *AutoRefresh_Get_Call
- func (_e *AutoRefresh_Expecter) GetOrCreate(id interface{}, item interface{}) *AutoRefresh_GetOrCreate_Call
- func (_e *AutoRefresh_Expecter) Start(ctx interface{}) *AutoRefresh_Start_Call
- type AutoRefresh_GetOrCreate_Call
- func (_c *AutoRefresh_GetOrCreate_Call) Return(_a0 cache.Item, _a1 error) *AutoRefresh_GetOrCreate_Call
- func (_c *AutoRefresh_GetOrCreate_Call) Run(run func(id cache.ItemID, item cache.Item)) *AutoRefresh_GetOrCreate_Call
- func (_c *AutoRefresh_GetOrCreate_Call) RunAndReturn(run func(cache.ItemID, cache.Item) (cache.Item, error)) *AutoRefresh_GetOrCreate_Call
- type AutoRefresh_Get_Call
- type AutoRefresh_Start_Call
- type CreateBatchesFunc
- type CreateBatchesFunc_Execute_Call
- func (_c *CreateBatchesFunc_Execute_Call) Return(batches []cache.Batch, err error) *CreateBatchesFunc_Execute_Call
- func (_c *CreateBatchesFunc_Execute_Call) Run(run func(ctx context.Context, snapshot []cache.ItemWrapper)) *CreateBatchesFunc_Execute_Call
- func (_c *CreateBatchesFunc_Execute_Call) RunAndReturn(run func(context.Context, []cache.ItemWrapper) ([]cache.Batch, error)) *CreateBatchesFunc_Execute_Call
- type CreateBatchesFunc_Expecter
- type Item
- type ItemWrapper
- type ItemWrapper_Expecter
- type ItemWrapper_GetID_Call
- type ItemWrapper_GetItem_Call
- type Item_Expecter
- type Item_IsTerminal_Call
- type Option
- type Option_Execute_Call
- type Option_Expecter
- type SecretManager
- type SecretManager_Expecter
- type SecretManager_Get_Call
- func (_c *SecretManager_Get_Call) Return(_a0 string, _a1 error) *SecretManager_Get_Call
- func (_c *SecretManager_Get_Call) Run(run func(ctx context.Context, key string)) *SecretManager_Get_Call
- func (_c *SecretManager_Get_Call) RunAndReturn(run func(context.Context, string) (string, error)) *SecretManager_Get_Call
- type StringCache
- func (_m *StringCache[T]) Clear(ctx context.Context) error
- func (_m *StringCache[T]) Delete(ctx context.Context, key any) error
- func (_m *StringCache[T]) EXPECT() *StringCache_Expecter[T]
- func (_m *StringCache[T]) Get(ctx context.Context, key any) (string, error)
- func (_m *StringCache[T]) GetType() string
- func (_m *StringCache[T]) Invalidate(ctx context.Context, options ...store.InvalidateOption) error
- func (_m *StringCache[T]) Set(ctx context.Context, key any, object string, options ...store.Option) error
- type StringCache_Clear_Call
- type StringCache_Delete_Call
- func (_c *StringCache_Delete_Call[T]) Return(_a0 error) *StringCache_Delete_Call[T]
- func (_c *StringCache_Delete_Call[T]) Run(run func(ctx context.Context, key any)) *StringCache_Delete_Call[T]
- func (_c *StringCache_Delete_Call[T]) RunAndReturn(run func(context.Context, any) error) *StringCache_Delete_Call[T]
- type StringCache_Expecter
- func (_e *StringCache_Expecter[T]) Clear(ctx interface{}) *StringCache_Clear_Call[T]
- func (_e *StringCache_Expecter[T]) Delete(ctx interface{}, key interface{}) *StringCache_Delete_Call[T]
- func (_e *StringCache_Expecter[T]) Get(ctx interface{}, key interface{}) *StringCache_Get_Call[T]
- func (_e *StringCache_Expecter[T]) GetType() *StringCache_GetType_Call[T]
- func (_e *StringCache_Expecter[T]) Invalidate(ctx interface{}, options ...interface{}) *StringCache_Invalidate_Call[T]
- func (_e *StringCache_Expecter[T]) Set(ctx interface{}, key interface{}, object interface{}, options ...interface{}) *StringCache_Set_Call[T]
- type StringCache_GetType_Call
- type StringCache_Get_Call
- func (_c *StringCache_Get_Call[T]) Return(_a0 string, _a1 error) *StringCache_Get_Call[T]
- func (_c *StringCache_Get_Call[T]) Run(run func(ctx context.Context, key any)) *StringCache_Get_Call[T]
- func (_c *StringCache_Get_Call[T]) RunAndReturn(run func(context.Context, any) (string, error)) *StringCache_Get_Call[T]
- type StringCache_Invalidate_Call
- func (_c *StringCache_Invalidate_Call[T]) Return(_a0 error) *StringCache_Invalidate_Call[T]
- func (_c *StringCache_Invalidate_Call[T]) Run(run func(ctx context.Context, options ...store.InvalidateOption)) *StringCache_Invalidate_Call[T]
- func (_c *StringCache_Invalidate_Call[T]) RunAndReturn(run func(context.Context, ...store.InvalidateOption) error) *StringCache_Invalidate_Call[T]
- type StringCache_Set_Call
- func (_c *StringCache_Set_Call[T]) Return(_a0 error) *StringCache_Set_Call[T]
- func (_c *StringCache_Set_Call[T]) Run(run func(ctx context.Context, key any, object string, options ...store.Option)) *StringCache_Set_Call[T]
- func (_c *StringCache_Set_Call[T]) RunAndReturn(run func(context.Context, any, string, ...store.Option) error) *StringCache_Set_Call[T]
- type SyncFunc
- type SyncFunc_Execute_Call
- func (_c *SyncFunc_Execute_Call) Return(updatedBatch []cache.ItemSyncResponse, err error) *SyncFunc_Execute_Call
- func (_c *SyncFunc_Execute_Call) Run(run func(ctx context.Context, batch cache.Batch)) *SyncFunc_Execute_Call
- func (_c *SyncFunc_Execute_Call) RunAndReturn(run func(context.Context, cache.Batch) ([]cache.ItemSyncResponse, error)) *SyncFunc_Execute_Call
- type SyncFunc_Expecter
- type UInt64Cache
- func (_m *UInt64Cache[T]) Clear(ctx context.Context) error
- func (_m *UInt64Cache[T]) Delete(ctx context.Context, key any) error
- func (_m *UInt64Cache[T]) EXPECT() *UInt64Cache_Expecter[T]
- func (_m *UInt64Cache[T]) Get(ctx context.Context, key any) (uint64, error)
- func (_m *UInt64Cache[T]) GetType() string
- func (_m *UInt64Cache[T]) Invalidate(ctx context.Context, options ...store.InvalidateOption) error
- func (_m *UInt64Cache[T]) Set(ctx context.Context, key any, object uint64, options ...store.Option) error
- type UInt64Cache_Clear_Call
- type UInt64Cache_Delete_Call
- func (_c *UInt64Cache_Delete_Call[T]) Return(_a0 error) *UInt64Cache_Delete_Call[T]
- func (_c *UInt64Cache_Delete_Call[T]) Run(run func(ctx context.Context, key any)) *UInt64Cache_Delete_Call[T]
- func (_c *UInt64Cache_Delete_Call[T]) RunAndReturn(run func(context.Context, any) error) *UInt64Cache_Delete_Call[T]
- type UInt64Cache_Expecter
- func (_e *UInt64Cache_Expecter[T]) Clear(ctx interface{}) *UInt64Cache_Clear_Call[T]
- func (_e *UInt64Cache_Expecter[T]) Delete(ctx interface{}, key interface{}) *UInt64Cache_Delete_Call[T]
- func (_e *UInt64Cache_Expecter[T]) Get(ctx interface{}, key interface{}) *UInt64Cache_Get_Call[T]
- func (_e *UInt64Cache_Expecter[T]) GetType() *UInt64Cache_GetType_Call[T]
- func (_e *UInt64Cache_Expecter[T]) Invalidate(ctx interface{}, options ...interface{}) *UInt64Cache_Invalidate_Call[T]
- func (_e *UInt64Cache_Expecter[T]) Set(ctx interface{}, key interface{}, object interface{}, options ...interface{}) *UInt64Cache_Set_Call[T]
- type UInt64Cache_GetType_Call
- type UInt64Cache_Get_Call
- func (_c *UInt64Cache_Get_Call[T]) Return(_a0 uint64, _a1 error) *UInt64Cache_Get_Call[T]
- func (_c *UInt64Cache_Get_Call[T]) Run(run func(ctx context.Context, key any)) *UInt64Cache_Get_Call[T]
- func (_c *UInt64Cache_Get_Call[T]) RunAndReturn(run func(context.Context, any) (uint64, error)) *UInt64Cache_Get_Call[T]
- type UInt64Cache_Invalidate_Call
- func (_c *UInt64Cache_Invalidate_Call[T]) Return(_a0 error) *UInt64Cache_Invalidate_Call[T]
- func (_c *UInt64Cache_Invalidate_Call[T]) Run(run func(ctx context.Context, options ...store.InvalidateOption)) *UInt64Cache_Invalidate_Call[T]
- func (_c *UInt64Cache_Invalidate_Call[T]) RunAndReturn(run func(context.Context, ...store.InvalidateOption) error) *UInt64Cache_Invalidate_Call[T]
- type UInt64Cache_Set_Call
- func (_c *UInt64Cache_Set_Call[T]) Return(_a0 error) *UInt64Cache_Set_Call[T]
- func (_c *UInt64Cache_Set_Call[T]) Run(run func(ctx context.Context, key any, object uint64, options ...store.Option)) *UInt64Cache_Set_Call[T]
- func (_c *UInt64Cache_Set_Call[T]) RunAndReturn(run func(context.Context, any, uint64, ...store.Option) error) *UInt64Cache_Set_Call[T]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoRefresh ¶
AutoRefresh is an autogenerated mock type for the AutoRefresh type
func NewAutoRefresh ¶
func NewAutoRefresh(t interface {
mock.TestingT
Cleanup(func())
}) *AutoRefresh
NewAutoRefresh creates a new instance of AutoRefresh. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*AutoRefresh) DeleteDelayed ¶
func (_m *AutoRefresh) DeleteDelayed(id cache.ItemID) error
DeleteDelayed provides a mock function with given fields: id
func (*AutoRefresh) EXPECT ¶
func (_m *AutoRefresh) EXPECT() *AutoRefresh_Expecter
func (*AutoRefresh) GetOrCreate ¶
GetOrCreate provides a mock function with given fields: id, item
type AutoRefresh_DeleteDelayed_Call ¶
AutoRefresh_DeleteDelayed_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteDelayed'
func (*AutoRefresh_DeleteDelayed_Call) Return ¶
func (_c *AutoRefresh_DeleteDelayed_Call) Return(_a0 error) *AutoRefresh_DeleteDelayed_Call
func (*AutoRefresh_DeleteDelayed_Call) Run ¶
func (_c *AutoRefresh_DeleteDelayed_Call) Run(run func(id cache.ItemID)) *AutoRefresh_DeleteDelayed_Call
func (*AutoRefresh_DeleteDelayed_Call) RunAndReturn ¶
func (_c *AutoRefresh_DeleteDelayed_Call) RunAndReturn(run func(cache.ItemID) error) *AutoRefresh_DeleteDelayed_Call
type AutoRefresh_Expecter ¶
type AutoRefresh_Expecter struct {
// contains filtered or unexported fields
}
func (*AutoRefresh_Expecter) DeleteDelayed ¶
func (_e *AutoRefresh_Expecter) DeleteDelayed(id interface{}) *AutoRefresh_DeleteDelayed_Call
DeleteDelayed is a helper method to define mock.On call
- id cache.ItemID
func (*AutoRefresh_Expecter) Get ¶
func (_e *AutoRefresh_Expecter) Get(id interface{}) *AutoRefresh_Get_Call
Get is a helper method to define mock.On call
- id cache.ItemID
func (*AutoRefresh_Expecter) GetOrCreate ¶
func (_e *AutoRefresh_Expecter) GetOrCreate(id interface{}, item interface{}) *AutoRefresh_GetOrCreate_Call
GetOrCreate is a helper method to define mock.On call
- id cache.ItemID
- item cache.Item
func (*AutoRefresh_Expecter) Start ¶
func (_e *AutoRefresh_Expecter) Start(ctx interface{}) *AutoRefresh_Start_Call
Start is a helper method to define mock.On call
- ctx context.Context
type AutoRefresh_GetOrCreate_Call ¶
AutoRefresh_GetOrCreate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOrCreate'
func (*AutoRefresh_GetOrCreate_Call) Return ¶
func (_c *AutoRefresh_GetOrCreate_Call) Return(_a0 cache.Item, _a1 error) *AutoRefresh_GetOrCreate_Call
func (*AutoRefresh_GetOrCreate_Call) Run ¶
func (_c *AutoRefresh_GetOrCreate_Call) Run(run func(id cache.ItemID, item cache.Item)) *AutoRefresh_GetOrCreate_Call
func (*AutoRefresh_GetOrCreate_Call) RunAndReturn ¶
func (_c *AutoRefresh_GetOrCreate_Call) RunAndReturn(run func(cache.ItemID, cache.Item) (cache.Item, error)) *AutoRefresh_GetOrCreate_Call
type AutoRefresh_Get_Call ¶
AutoRefresh_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'
func (*AutoRefresh_Get_Call) Return ¶
func (_c *AutoRefresh_Get_Call) Return(_a0 cache.Item, _a1 error) *AutoRefresh_Get_Call
func (*AutoRefresh_Get_Call) Run ¶
func (_c *AutoRefresh_Get_Call) Run(run func(id cache.ItemID)) *AutoRefresh_Get_Call
func (*AutoRefresh_Get_Call) RunAndReturn ¶
func (_c *AutoRefresh_Get_Call) RunAndReturn(run func(cache.ItemID) (cache.Item, error)) *AutoRefresh_Get_Call
type AutoRefresh_Start_Call ¶
AutoRefresh_Start_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Start'
func (*AutoRefresh_Start_Call) Return ¶
func (_c *AutoRefresh_Start_Call) Return(_a0 error) *AutoRefresh_Start_Call
func (*AutoRefresh_Start_Call) Run ¶
func (_c *AutoRefresh_Start_Call) Run(run func(ctx context.Context)) *AutoRefresh_Start_Call
func (*AutoRefresh_Start_Call) RunAndReturn ¶
func (_c *AutoRefresh_Start_Call) RunAndReturn(run func(context.Context) error) *AutoRefresh_Start_Call
type CreateBatchesFunc ¶
CreateBatchesFunc is an autogenerated mock type for the CreateBatchesFunc type
func NewCreateBatchesFunc ¶
func NewCreateBatchesFunc(t interface {
mock.TestingT
Cleanup(func())
}) *CreateBatchesFunc
NewCreateBatchesFunc creates a new instance of CreateBatchesFunc. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*CreateBatchesFunc) EXPECT ¶
func (_m *CreateBatchesFunc) EXPECT() *CreateBatchesFunc_Expecter
func (*CreateBatchesFunc) Execute ¶
func (_m *CreateBatchesFunc) Execute(ctx context.Context, snapshot []cache.ItemWrapper) ([]cache.Batch, error)
Execute provides a mock function with given fields: ctx, snapshot
type CreateBatchesFunc_Execute_Call ¶
CreateBatchesFunc_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*CreateBatchesFunc_Execute_Call) Return ¶
func (_c *CreateBatchesFunc_Execute_Call) Return(batches []cache.Batch, err error) *CreateBatchesFunc_Execute_Call
func (*CreateBatchesFunc_Execute_Call) Run ¶
func (_c *CreateBatchesFunc_Execute_Call) Run(run func(ctx context.Context, snapshot []cache.ItemWrapper)) *CreateBatchesFunc_Execute_Call
func (*CreateBatchesFunc_Execute_Call) RunAndReturn ¶
func (_c *CreateBatchesFunc_Execute_Call) RunAndReturn(run func(context.Context, []cache.ItemWrapper) ([]cache.Batch, error)) *CreateBatchesFunc_Execute_Call
type CreateBatchesFunc_Expecter ¶
type CreateBatchesFunc_Expecter struct {
// contains filtered or unexported fields
}
func (*CreateBatchesFunc_Expecter) Execute ¶
func (_e *CreateBatchesFunc_Expecter) Execute(ctx interface{}, snapshot interface{}) *CreateBatchesFunc_Execute_Call
Execute is a helper method to define mock.On call
- ctx context.Context
- snapshot []cache.ItemWrapper
type Item ¶
Item is an autogenerated mock type for the Item type
func NewItem ¶
NewItem creates a new instance of Item. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Item) EXPECT ¶
func (_m *Item) EXPECT() *Item_Expecter
func (*Item) IsTerminal ¶
IsTerminal provides a mock function with no fields
type ItemWrapper ¶
ItemWrapper is an autogenerated mock type for the ItemWrapper type
func NewItemWrapper ¶
func NewItemWrapper(t interface {
mock.TestingT
Cleanup(func())
}) *ItemWrapper
NewItemWrapper creates a new instance of ItemWrapper. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ItemWrapper) EXPECT ¶
func (_m *ItemWrapper) EXPECT() *ItemWrapper_Expecter
func (*ItemWrapper) GetID ¶
func (_m *ItemWrapper) GetID() cache.ItemID
GetID provides a mock function with no fields
func (*ItemWrapper) GetItem ¶
func (_m *ItemWrapper) GetItem() cache.Item
GetItem provides a mock function with no fields
type ItemWrapper_Expecter ¶
type ItemWrapper_Expecter struct {
// contains filtered or unexported fields
}
func (*ItemWrapper_Expecter) GetID ¶
func (_e *ItemWrapper_Expecter) GetID() *ItemWrapper_GetID_Call
GetID is a helper method to define mock.On call
func (*ItemWrapper_Expecter) GetItem ¶
func (_e *ItemWrapper_Expecter) GetItem() *ItemWrapper_GetItem_Call
GetItem is a helper method to define mock.On call
type ItemWrapper_GetID_Call ¶
ItemWrapper_GetID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetID'
func (*ItemWrapper_GetID_Call) Return ¶
func (_c *ItemWrapper_GetID_Call) Return(_a0 cache.ItemID) *ItemWrapper_GetID_Call
func (*ItemWrapper_GetID_Call) Run ¶
func (_c *ItemWrapper_GetID_Call) Run(run func()) *ItemWrapper_GetID_Call
func (*ItemWrapper_GetID_Call) RunAndReturn ¶
func (_c *ItemWrapper_GetID_Call) RunAndReturn(run func() cache.ItemID) *ItemWrapper_GetID_Call
type ItemWrapper_GetItem_Call ¶
ItemWrapper_GetItem_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetItem'
func (*ItemWrapper_GetItem_Call) Return ¶
func (_c *ItemWrapper_GetItem_Call) Return(_a0 cache.Item) *ItemWrapper_GetItem_Call
func (*ItemWrapper_GetItem_Call) Run ¶
func (_c *ItemWrapper_GetItem_Call) Run(run func()) *ItemWrapper_GetItem_Call
func (*ItemWrapper_GetItem_Call) RunAndReturn ¶
func (_c *ItemWrapper_GetItem_Call) RunAndReturn(run func() cache.Item) *ItemWrapper_GetItem_Call
type Item_Expecter ¶
type Item_Expecter struct {
// contains filtered or unexported fields
}
func (*Item_Expecter) IsTerminal ¶
func (_e *Item_Expecter) IsTerminal() *Item_IsTerminal_Call
IsTerminal is a helper method to define mock.On call
type Item_IsTerminal_Call ¶
Item_IsTerminal_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IsTerminal'
func (*Item_IsTerminal_Call) Return ¶
func (_c *Item_IsTerminal_Call) Return(_a0 bool) *Item_IsTerminal_Call
func (*Item_IsTerminal_Call) Run ¶
func (_c *Item_IsTerminal_Call) Run(run func()) *Item_IsTerminal_Call
func (*Item_IsTerminal_Call) RunAndReturn ¶
func (_c *Item_IsTerminal_Call) RunAndReturn(run func() bool) *Item_IsTerminal_Call
type Option ¶
Option is an autogenerated mock type for the Option type
func NewOption ¶
NewOption creates a new instance of Option. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Option) EXPECT ¶
func (_m *Option) EXPECT() *Option_Expecter
type Option_Execute_Call ¶
Option_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*Option_Execute_Call) Return ¶
func (_c *Option_Execute_Call) Return() *Option_Execute_Call
func (*Option_Execute_Call) Run ¶
func (_c *Option_Execute_Call) Run(run func(_a0 *cache.Options)) *Option_Execute_Call
func (*Option_Execute_Call) RunAndReturn ¶
func (_c *Option_Execute_Call) RunAndReturn(run func(*cache.Options)) *Option_Execute_Call
type Option_Expecter ¶
type Option_Expecter struct {
// contains filtered or unexported fields
}
func (*Option_Expecter) Execute ¶
func (_e *Option_Expecter) Execute(_a0 interface{}) *Option_Execute_Call
Execute is a helper method to define mock.On call
- _a0 *cache.Options
type SecretManager ¶ added in v2.0.1
SecretManager is an autogenerated mock type for the SecretManager type
func NewSecretManager ¶ added in v2.0.1
func NewSecretManager(t interface {
mock.TestingT
Cleanup(func())
}) *SecretManager
NewSecretManager creates a new instance of SecretManager. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*SecretManager) EXPECT ¶ added in v2.0.1
func (_m *SecretManager) EXPECT() *SecretManager_Expecter
type SecretManager_Expecter ¶ added in v2.0.1
type SecretManager_Expecter struct {
// contains filtered or unexported fields
}
func (*SecretManager_Expecter) Get ¶ added in v2.0.1
func (_e *SecretManager_Expecter) Get(ctx interface{}, key interface{}) *SecretManager_Get_Call
Get is a helper method to define mock.On call
- ctx context.Context
- key string
type SecretManager_Get_Call ¶ added in v2.0.1
SecretManager_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'
func (*SecretManager_Get_Call) Return ¶ added in v2.0.1
func (_c *SecretManager_Get_Call) Return(_a0 string, _a1 error) *SecretManager_Get_Call
func (*SecretManager_Get_Call) Run ¶ added in v2.0.1
func (_c *SecretManager_Get_Call) Run(run func(ctx context.Context, key string)) *SecretManager_Get_Call
func (*SecretManager_Get_Call) RunAndReturn ¶ added in v2.0.1
func (_c *SecretManager_Get_Call) RunAndReturn(run func(context.Context, string) (string, error)) *SecretManager_Get_Call
type StringCache ¶ added in v2.0.1
StringCache is an autogenerated mock type for the StringCache type
func NewStringCache ¶ added in v2.0.1
func NewStringCache[T any](t interface { mock.TestingT Cleanup(func()) }) *StringCache[T]
NewStringCache creates a new instance of StringCache. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*StringCache[T]) Clear ¶ added in v2.0.1
func (_m *StringCache[T]) Clear(ctx context.Context) error
Clear provides a mock function with given fields: ctx
func (*StringCache[T]) Delete ¶ added in v2.0.1
func (_m *StringCache[T]) Delete(ctx context.Context, key any) error
Delete provides a mock function with given fields: ctx, key
func (*StringCache[T]) EXPECT ¶ added in v2.0.1
func (_m *StringCache[T]) EXPECT() *StringCache_Expecter[T]
func (*StringCache[T]) Get ¶ added in v2.0.1
Get provides a mock function with given fields: ctx, key
func (*StringCache[T]) GetType ¶ added in v2.0.1
func (_m *StringCache[T]) GetType() string
GetType provides a mock function with no fields
func (*StringCache[T]) Invalidate ¶ added in v2.0.1
func (_m *StringCache[T]) Invalidate(ctx context.Context, options ...store.InvalidateOption) error
Invalidate provides a mock function with given fields: ctx, options
type StringCache_Clear_Call ¶ added in v2.0.1
StringCache_Clear_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Clear'
func (*StringCache_Clear_Call[T]) Return ¶ added in v2.0.1
func (_c *StringCache_Clear_Call[T]) Return(_a0 error) *StringCache_Clear_Call[T]
func (*StringCache_Clear_Call[T]) Run ¶ added in v2.0.1
func (_c *StringCache_Clear_Call[T]) Run(run func(ctx context.Context)) *StringCache_Clear_Call[T]
func (*StringCache_Clear_Call[T]) RunAndReturn ¶ added in v2.0.1
func (_c *StringCache_Clear_Call[T]) RunAndReturn(run func(context.Context) error) *StringCache_Clear_Call[T]
type StringCache_Delete_Call ¶ added in v2.0.1
StringCache_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'
func (*StringCache_Delete_Call[T]) Return ¶ added in v2.0.1
func (_c *StringCache_Delete_Call[T]) Return(_a0 error) *StringCache_Delete_Call[T]
func (*StringCache_Delete_Call[T]) Run ¶ added in v2.0.1
func (_c *StringCache_Delete_Call[T]) Run(run func(ctx context.Context, key any)) *StringCache_Delete_Call[T]
func (*StringCache_Delete_Call[T]) RunAndReturn ¶ added in v2.0.1
func (_c *StringCache_Delete_Call[T]) RunAndReturn(run func(context.Context, any) error) *StringCache_Delete_Call[T]
type StringCache_Expecter ¶ added in v2.0.1
type StringCache_Expecter[T any] struct { // contains filtered or unexported fields }
func (*StringCache_Expecter[T]) Clear ¶ added in v2.0.1
func (_e *StringCache_Expecter[T]) Clear(ctx interface{}) *StringCache_Clear_Call[T]
Clear is a helper method to define mock.On call
- ctx context.Context
func (*StringCache_Expecter[T]) Delete ¶ added in v2.0.1
func (_e *StringCache_Expecter[T]) Delete(ctx interface{}, key interface{}) *StringCache_Delete_Call[T]
Delete is a helper method to define mock.On call
- ctx context.Context
- key any
func (*StringCache_Expecter[T]) Get ¶ added in v2.0.1
func (_e *StringCache_Expecter[T]) Get(ctx interface{}, key interface{}) *StringCache_Get_Call[T]
Get is a helper method to define mock.On call
- ctx context.Context
- key any
func (*StringCache_Expecter[T]) GetType ¶ added in v2.0.1
func (_e *StringCache_Expecter[T]) GetType() *StringCache_GetType_Call[T]
GetType is a helper method to define mock.On call
func (*StringCache_Expecter[T]) Invalidate ¶ added in v2.0.1
func (_e *StringCache_Expecter[T]) Invalidate(ctx interface{}, options ...interface{}) *StringCache_Invalidate_Call[T]
Invalidate is a helper method to define mock.On call
- ctx context.Context
- options ...store.InvalidateOption
func (*StringCache_Expecter[T]) Set ¶ added in v2.0.1
func (_e *StringCache_Expecter[T]) Set(ctx interface{}, key interface{}, object interface{}, options ...interface{}) *StringCache_Set_Call[T]
Set is a helper method to define mock.On call
- ctx context.Context
- key any
- object string
- options ...store.Option
type StringCache_GetType_Call ¶ added in v2.0.1
StringCache_GetType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetType'
func (*StringCache_GetType_Call[T]) Return ¶ added in v2.0.1
func (_c *StringCache_GetType_Call[T]) Return(_a0 string) *StringCache_GetType_Call[T]
func (*StringCache_GetType_Call[T]) Run ¶ added in v2.0.1
func (_c *StringCache_GetType_Call[T]) Run(run func()) *StringCache_GetType_Call[T]
func (*StringCache_GetType_Call[T]) RunAndReturn ¶ added in v2.0.1
func (_c *StringCache_GetType_Call[T]) RunAndReturn(run func() string) *StringCache_GetType_Call[T]
type StringCache_Get_Call ¶ added in v2.0.1
StringCache_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'
func (*StringCache_Get_Call[T]) Return ¶ added in v2.0.1
func (_c *StringCache_Get_Call[T]) Return(_a0 string, _a1 error) *StringCache_Get_Call[T]
func (*StringCache_Get_Call[T]) Run ¶ added in v2.0.1
func (_c *StringCache_Get_Call[T]) Run(run func(ctx context.Context, key any)) *StringCache_Get_Call[T]
func (*StringCache_Get_Call[T]) RunAndReturn ¶ added in v2.0.1
func (_c *StringCache_Get_Call[T]) RunAndReturn(run func(context.Context, any) (string, error)) *StringCache_Get_Call[T]
type StringCache_Invalidate_Call ¶ added in v2.0.1
StringCache_Invalidate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Invalidate'
func (*StringCache_Invalidate_Call[T]) Return ¶ added in v2.0.1
func (_c *StringCache_Invalidate_Call[T]) Return(_a0 error) *StringCache_Invalidate_Call[T]
func (*StringCache_Invalidate_Call[T]) Run ¶ added in v2.0.1
func (_c *StringCache_Invalidate_Call[T]) Run(run func(ctx context.Context, options ...store.InvalidateOption)) *StringCache_Invalidate_Call[T]
func (*StringCache_Invalidate_Call[T]) RunAndReturn ¶ added in v2.0.1
func (_c *StringCache_Invalidate_Call[T]) RunAndReturn(run func(context.Context, ...store.InvalidateOption) error) *StringCache_Invalidate_Call[T]
type StringCache_Set_Call ¶ added in v2.0.1
StringCache_Set_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Set'
func (*StringCache_Set_Call[T]) Return ¶ added in v2.0.1
func (_c *StringCache_Set_Call[T]) Return(_a0 error) *StringCache_Set_Call[T]
func (*StringCache_Set_Call[T]) Run ¶ added in v2.0.1
func (_c *StringCache_Set_Call[T]) Run(run func(ctx context.Context, key any, object string, options ...store.Option)) *StringCache_Set_Call[T]
func (*StringCache_Set_Call[T]) RunAndReturn ¶ added in v2.0.1
func (_c *StringCache_Set_Call[T]) RunAndReturn(run func(context.Context, any, string, ...store.Option) error) *StringCache_Set_Call[T]
type SyncFunc ¶
SyncFunc is an autogenerated mock type for the SyncFunc type
func NewSyncFunc ¶
NewSyncFunc creates a new instance of SyncFunc. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*SyncFunc) EXPECT ¶
func (_m *SyncFunc) EXPECT() *SyncFunc_Expecter
type SyncFunc_Execute_Call ¶
SyncFunc_Execute_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Execute'
func (*SyncFunc_Execute_Call) Return ¶
func (_c *SyncFunc_Execute_Call) Return(updatedBatch []cache.ItemSyncResponse, err error) *SyncFunc_Execute_Call
func (*SyncFunc_Execute_Call) Run ¶
func (_c *SyncFunc_Execute_Call) Run(run func(ctx context.Context, batch cache.Batch)) *SyncFunc_Execute_Call
func (*SyncFunc_Execute_Call) RunAndReturn ¶
func (_c *SyncFunc_Execute_Call) RunAndReturn(run func(context.Context, cache.Batch) ([]cache.ItemSyncResponse, error)) *SyncFunc_Execute_Call
type SyncFunc_Expecter ¶
type SyncFunc_Expecter struct {
// contains filtered or unexported fields
}
func (*SyncFunc_Expecter) Execute ¶
func (_e *SyncFunc_Expecter) Execute(ctx interface{}, batch interface{}) *SyncFunc_Execute_Call
Execute is a helper method to define mock.On call
- ctx context.Context
- batch cache.Batch
type UInt64Cache ¶ added in v2.0.1
UInt64Cache is an autogenerated mock type for the UInt64Cache type
func NewUInt64Cache ¶ added in v2.0.1
func NewUInt64Cache[T any](t interface { mock.TestingT Cleanup(func()) }) *UInt64Cache[T]
NewUInt64Cache creates a new instance of UInt64Cache. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*UInt64Cache[T]) Clear ¶ added in v2.0.1
func (_m *UInt64Cache[T]) Clear(ctx context.Context) error
Clear provides a mock function with given fields: ctx
func (*UInt64Cache[T]) Delete ¶ added in v2.0.1
func (_m *UInt64Cache[T]) Delete(ctx context.Context, key any) error
Delete provides a mock function with given fields: ctx, key
func (*UInt64Cache[T]) EXPECT ¶ added in v2.0.1
func (_m *UInt64Cache[T]) EXPECT() *UInt64Cache_Expecter[T]
func (*UInt64Cache[T]) Get ¶ added in v2.0.1
Get provides a mock function with given fields: ctx, key
func (*UInt64Cache[T]) GetType ¶ added in v2.0.1
func (_m *UInt64Cache[T]) GetType() string
GetType provides a mock function with no fields
func (*UInt64Cache[T]) Invalidate ¶ added in v2.0.1
func (_m *UInt64Cache[T]) Invalidate(ctx context.Context, options ...store.InvalidateOption) error
Invalidate provides a mock function with given fields: ctx, options
type UInt64Cache_Clear_Call ¶ added in v2.0.1
UInt64Cache_Clear_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Clear'
func (*UInt64Cache_Clear_Call[T]) Return ¶ added in v2.0.1
func (_c *UInt64Cache_Clear_Call[T]) Return(_a0 error) *UInt64Cache_Clear_Call[T]
func (*UInt64Cache_Clear_Call[T]) Run ¶ added in v2.0.1
func (_c *UInt64Cache_Clear_Call[T]) Run(run func(ctx context.Context)) *UInt64Cache_Clear_Call[T]
func (*UInt64Cache_Clear_Call[T]) RunAndReturn ¶ added in v2.0.1
func (_c *UInt64Cache_Clear_Call[T]) RunAndReturn(run func(context.Context) error) *UInt64Cache_Clear_Call[T]
type UInt64Cache_Delete_Call ¶ added in v2.0.1
UInt64Cache_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'
func (*UInt64Cache_Delete_Call[T]) Return ¶ added in v2.0.1
func (_c *UInt64Cache_Delete_Call[T]) Return(_a0 error) *UInt64Cache_Delete_Call[T]
func (*UInt64Cache_Delete_Call[T]) Run ¶ added in v2.0.1
func (_c *UInt64Cache_Delete_Call[T]) Run(run func(ctx context.Context, key any)) *UInt64Cache_Delete_Call[T]
func (*UInt64Cache_Delete_Call[T]) RunAndReturn ¶ added in v2.0.1
func (_c *UInt64Cache_Delete_Call[T]) RunAndReturn(run func(context.Context, any) error) *UInt64Cache_Delete_Call[T]
type UInt64Cache_Expecter ¶ added in v2.0.1
type UInt64Cache_Expecter[T any] struct { // contains filtered or unexported fields }
func (*UInt64Cache_Expecter[T]) Clear ¶ added in v2.0.1
func (_e *UInt64Cache_Expecter[T]) Clear(ctx interface{}) *UInt64Cache_Clear_Call[T]
Clear is a helper method to define mock.On call
- ctx context.Context
func (*UInt64Cache_Expecter[T]) Delete ¶ added in v2.0.1
func (_e *UInt64Cache_Expecter[T]) Delete(ctx interface{}, key interface{}) *UInt64Cache_Delete_Call[T]
Delete is a helper method to define mock.On call
- ctx context.Context
- key any
func (*UInt64Cache_Expecter[T]) Get ¶ added in v2.0.1
func (_e *UInt64Cache_Expecter[T]) Get(ctx interface{}, key interface{}) *UInt64Cache_Get_Call[T]
Get is a helper method to define mock.On call
- ctx context.Context
- key any
func (*UInt64Cache_Expecter[T]) GetType ¶ added in v2.0.1
func (_e *UInt64Cache_Expecter[T]) GetType() *UInt64Cache_GetType_Call[T]
GetType is a helper method to define mock.On call
func (*UInt64Cache_Expecter[T]) Invalidate ¶ added in v2.0.1
func (_e *UInt64Cache_Expecter[T]) Invalidate(ctx interface{}, options ...interface{}) *UInt64Cache_Invalidate_Call[T]
Invalidate is a helper method to define mock.On call
- ctx context.Context
- options ...store.InvalidateOption
func (*UInt64Cache_Expecter[T]) Set ¶ added in v2.0.1
func (_e *UInt64Cache_Expecter[T]) Set(ctx interface{}, key interface{}, object interface{}, options ...interface{}) *UInt64Cache_Set_Call[T]
Set is a helper method to define mock.On call
- ctx context.Context
- key any
- object uint64
- options ...store.Option
type UInt64Cache_GetType_Call ¶ added in v2.0.1
UInt64Cache_GetType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetType'
func (*UInt64Cache_GetType_Call[T]) Return ¶ added in v2.0.1
func (_c *UInt64Cache_GetType_Call[T]) Return(_a0 string) *UInt64Cache_GetType_Call[T]
func (*UInt64Cache_GetType_Call[T]) Run ¶ added in v2.0.1
func (_c *UInt64Cache_GetType_Call[T]) Run(run func()) *UInt64Cache_GetType_Call[T]
func (*UInt64Cache_GetType_Call[T]) RunAndReturn ¶ added in v2.0.1
func (_c *UInt64Cache_GetType_Call[T]) RunAndReturn(run func() string) *UInt64Cache_GetType_Call[T]
type UInt64Cache_Get_Call ¶ added in v2.0.1
UInt64Cache_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'
func (*UInt64Cache_Get_Call[T]) Return ¶ added in v2.0.1
func (_c *UInt64Cache_Get_Call[T]) Return(_a0 uint64, _a1 error) *UInt64Cache_Get_Call[T]
func (*UInt64Cache_Get_Call[T]) Run ¶ added in v2.0.1
func (_c *UInt64Cache_Get_Call[T]) Run(run func(ctx context.Context, key any)) *UInt64Cache_Get_Call[T]
func (*UInt64Cache_Get_Call[T]) RunAndReturn ¶ added in v2.0.1
func (_c *UInt64Cache_Get_Call[T]) RunAndReturn(run func(context.Context, any) (uint64, error)) *UInt64Cache_Get_Call[T]
type UInt64Cache_Invalidate_Call ¶ added in v2.0.1
UInt64Cache_Invalidate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Invalidate'
func (*UInt64Cache_Invalidate_Call[T]) Return ¶ added in v2.0.1
func (_c *UInt64Cache_Invalidate_Call[T]) Return(_a0 error) *UInt64Cache_Invalidate_Call[T]
func (*UInt64Cache_Invalidate_Call[T]) Run ¶ added in v2.0.1
func (_c *UInt64Cache_Invalidate_Call[T]) Run(run func(ctx context.Context, options ...store.InvalidateOption)) *UInt64Cache_Invalidate_Call[T]
func (*UInt64Cache_Invalidate_Call[T]) RunAndReturn ¶ added in v2.0.1
func (_c *UInt64Cache_Invalidate_Call[T]) RunAndReturn(run func(context.Context, ...store.InvalidateOption) error) *UInt64Cache_Invalidate_Call[T]
type UInt64Cache_Set_Call ¶ added in v2.0.1
UInt64Cache_Set_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Set'
func (*UInt64Cache_Set_Call[T]) Return ¶ added in v2.0.1
func (_c *UInt64Cache_Set_Call[T]) Return(_a0 error) *UInt64Cache_Set_Call[T]
func (*UInt64Cache_Set_Call[T]) Run ¶ added in v2.0.1
func (_c *UInt64Cache_Set_Call[T]) Run(run func(ctx context.Context, key any, object uint64, options ...store.Option)) *UInt64Cache_Set_Call[T]
func (*UInt64Cache_Set_Call[T]) RunAndReturn ¶ added in v2.0.1
func (_c *UInt64Cache_Set_Call[T]) RunAndReturn(run func(context.Context, any, uint64, ...store.Option) error) *UInt64Cache_Set_Call[T]