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

Method NetworkDisconnect

pkg/mocks/mock_docker_api.go:1040–1046  ·  view source on GitHub ↗

NetworkDisconnect mocks base method.

(arg0 context.Context, arg1 string, arg2 client.NetworkDisconnectOptions)

Source from the content-addressed store, hash-verified

1038
1039// NetworkDisconnect mocks base method.
1040func (m *MockAPIClient) NetworkDisconnect(arg0 context.Context, arg1 string, arg2 client.NetworkDisconnectOptions) (client.NetworkDisconnectResult, error) {
1041 m.ctrl.T.Helper()
1042 ret := m.ctrl.Call(m, "NetworkDisconnect", arg0, arg1, arg2)
1043 ret0, _ := ret[0].(client.NetworkDisconnectResult)
1044 ret1, _ := ret[1].(error)
1045 return ret0, ret1
1046}
1047
1048// NetworkDisconnect indicates an expected call of NetworkDisconnect.
1049func (mr *MockAPIClientMockRecorder) NetworkDisconnect(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected