MCPcopy Index your code
hub / github.com/frain-dev/convoy / EXPECT

Method EXPECT

mocks/cache.go:40–42  ·  view source on GitHub ↗

EXPECT returns an object that allows the caller to indicate expected use.

()

Source from the content-addressed store, hash-verified

38
39// EXPECT returns an object that allows the caller to indicate expected use.
40func (m *MockCache) EXPECT() *MockCacheMockRecorder {
41 return m.recorder
42}
43
44// Delete mocks base method.
45func (m *MockCache) Delete(ctx context.Context, key string) error {

Calls

no outgoing calls