mocks

package
v2.10.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCacheClient

type MockCacheClient struct {
	mock.Mock
	BaseCache  cache.CacheClient
	ReadDelay  time.Duration
	WriteDelay time.Duration
}

func (*MockCacheClient) Delete

func (c *MockCacheClient) Delete(key string) error

func (*MockCacheClient) Get

func (c *MockCacheClient) Get(key string, obj interface{}) error

func (*MockCacheClient) NotifyUpdated

func (c *MockCacheClient) NotifyUpdated(key string) error

func (*MockCacheClient) OnUpdated

func (c *MockCacheClient) OnUpdated(ctx context.Context, key string, callback func() error) error

func (*MockCacheClient) Set

func (c *MockCacheClient) Set(item *cache.Item) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL