MCPcopy
hub / github.com/cubefs/cubefs / MockStorageAPI

Struct MockStorageAPI

blobstore/testing/mocks/api_blobnode.go:18–21  ·  view source on GitHub ↗

MockStorageAPI is a mock of StorageAPI interface.

Source from the content-addressed store, hash-verified

16
17// MockStorageAPI is a mock of StorageAPI interface.
18type MockStorageAPI struct {
19 ctrl *gomock.Controller
20 recorder *MockStorageAPIMockRecorder
21}
22
23// MockStorageAPIMockRecorder is the mock recorder for MockStorageAPI.
24type MockStorageAPIMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected