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

Method NetworkPrune

pkg/mocks/mock_docker_api.go:1085–1091  ·  view source on GitHub ↗

NetworkPrune mocks base method.

(arg0 context.Context, arg1 client.NetworkPruneOptions)

Source from the content-addressed store, hash-verified

1083
1084// NetworkPrune mocks base method.
1085func (m *MockAPIClient) NetworkPrune(arg0 context.Context, arg1 client.NetworkPruneOptions) (client.NetworkPruneResult, error) {
1086 m.ctrl.T.Helper()
1087 ret := m.ctrl.Call(m, "NetworkPrune", arg0, arg1)
1088 ret0, _ := ret[0].(client.NetworkPruneResult)
1089 ret1, _ := ret[1].(error)
1090 return ret0, ret1
1091}
1092
1093// NetworkPrune indicates an expected call of NetworkPrune.
1094func (mr *MockAPIClientMockRecorder) NetworkPrune(arg0, arg1 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected