MCPcopy
hub / github.com/dragonflyoss/dragonfly / MockCache

Struct MockCache

pkg/cache/cache_mock.go:21–25  ·  view source on GitHub ↗

MockCache is a mock of Cache interface.

Source from the content-addressed store, hash-verified

19
20// MockCache is a mock of Cache interface.
21type MockCache struct {
22 ctrl *gomock.Controller
23 recorder *MockCacheMockRecorder
24 isgomock struct{}
25}
26
27// MockCacheMockRecorder is the mock recorder for MockCache.
28type MockCacheMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected