MCPcopy
hub / github.com/cubefs/cubefs / MockClusterManager

Struct MockClusterManager

blobstore/scheduler/client/clustermgr_mock_test.go:18–21  ·  view source on GitHub ↗

MockClusterManager is a mock of IClusterManager interface.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected