MCPcopy Create free account
hub / github.com/docker/compose / NetworkRemove

Method NetworkRemove

pkg/mocks/mock_docker_api.go:1109–1112  ·  view source on GitHub ↗

NetworkRemove indicates an expected call of NetworkRemove.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

1107
1108// NetworkRemove indicates an expected call of NetworkRemove.
1109func (mr *MockAPIClientMockRecorder) NetworkRemove(arg0, arg1, arg2 any) *gomock.Call {
1110 mr.mock.ctrl.T.Helper()
1111 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NetworkRemove", reflect.TypeOf((*MockAPIClient)(nil).NetworkRemove), arg0, arg1, arg2)
1112}
1113
1114// NodeInspect mocks base method.
1115func (m *MockAPIClient) NodeInspect(arg0 context.Context, arg1 string, arg2 client.NodeInspectOptions) (client.NodeInspectResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected