MCPcopy Create free account
hub / github.com/Mirantis/cri-dockerd / MockDockerClientInterface

Struct MockDockerClientInterface

libdocker/testing/mock_client.go:21–24  ·  view source on GitHub ↗

MockDockerClientInterface is a mock of DockerClientInterface interface.

Source from the content-addressed store, hash-verified

19
20// MockDockerClientInterface is a mock of DockerClientInterface interface.
21type MockDockerClientInterface struct {
22 ctrl *gomock.Controller
23 recorder *MockDockerClientInterfaceMockRecorder
24}
25
26// MockDockerClientInterfaceMockRecorder is the mock recorder for MockDockerClientInterface.
27type MockDockerClientInterfaceMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected