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

Method NodeList

pkg/mocks/mock_docker_api.go:1130–1136  ·  view source on GitHub ↗

NodeList mocks base method.

(arg0 context.Context, arg1 client.NodeListOptions)

Source from the content-addressed store, hash-verified

1128
1129// NodeList mocks base method.
1130func (m *MockAPIClient) NodeList(arg0 context.Context, arg1 client.NodeListOptions) (client.NodeListResult, error) {
1131 m.ctrl.T.Helper()
1132 ret := m.ctrl.Call(m, "NodeList", arg0, arg1)
1133 ret0, _ := ret[0].(client.NodeListResult)
1134 ret1, _ := ret[1].(error)
1135 return ret0, ret1
1136}
1137
1138// NodeList indicates an expected call of NodeList.
1139func (mr *MockAPIClientMockRecorder) NodeList(arg0, arg1 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected