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

Method NetworkList

pkg/mocks/mock_docker_api.go:1070–1076  ·  view source on GitHub ↗

NetworkList mocks base method.

(arg0 context.Context, arg1 client.NetworkListOptions)

Source from the content-addressed store, hash-verified

1068
1069// NetworkList mocks base method.
1070func (m *MockAPIClient) NetworkList(arg0 context.Context, arg1 client.NetworkListOptions) (client.NetworkListResult, error) {
1071 m.ctrl.T.Helper()
1072 ret := m.ctrl.Call(m, "NetworkList", arg0, arg1)
1073 ret0, _ := ret[0].(client.NetworkListResult)
1074 ret1, _ := ret[1].(error)
1075 return ret0, ret1
1076}
1077
1078// NetworkList indicates an expected call of NetworkList.
1079func (mr *MockAPIClientMockRecorder) NetworkList(arg0, arg1 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected