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

Method NodeInspect

pkg/mocks/mock_docker_api.go:1115–1121  ·  view source on GitHub ↗

NodeInspect mocks base method.

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

Source from the content-addressed store, hash-verified

1113
1114// NodeInspect mocks base method.
1115func (m *MockAPIClient) NodeInspect(arg0 context.Context, arg1 string, arg2 client.NodeInspectOptions) (client.NodeInspectResult, error) {
1116 m.ctrl.T.Helper()
1117 ret := m.ctrl.Call(m, "NodeInspect", arg0, arg1, arg2)
1118 ret0, _ := ret[0].(client.NodeInspectResult)
1119 ret1, _ := ret[1].(error)
1120 return ret0, ret1
1121}
1122
1123// NodeInspect indicates an expected call of NodeInspect.
1124func (mr *MockAPIClientMockRecorder) NodeInspect(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected