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

Method NetworkInspect

pkg/mocks/mock_docker_api.go:1055–1061  ·  view source on GitHub ↗

NetworkInspect mocks base method.

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

Source from the content-addressed store, hash-verified

1053
1054// NetworkInspect mocks base method.
1055func (m *MockAPIClient) NetworkInspect(arg0 context.Context, arg1 string, arg2 client.NetworkInspectOptions) (client.NetworkInspectResult, error) {
1056 m.ctrl.T.Helper()
1057 ret := m.ctrl.Call(m, "NetworkInspect", arg0, arg1, arg2)
1058 ret0, _ := ret[0].(client.NetworkInspectResult)
1059 ret1, _ := ret[1].(error)
1060 return ret0, ret1
1061}
1062
1063// NetworkInspect indicates an expected call of NetworkInspect.
1064func (mr *MockAPIClientMockRecorder) NetworkInspect(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected