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

Method Ping

pkg/mocks/mock_docker_api.go:1175–1181  ·  view source on GitHub ↗

Ping mocks base method.

(arg0 context.Context, arg1 client.PingOptions)

Source from the content-addressed store, hash-verified

1173
1174// Ping mocks base method.
1175func (m *MockAPIClient) Ping(arg0 context.Context, arg1 client.PingOptions) (client.PingResult, error) {
1176 m.ctrl.T.Helper()
1177 ret := m.ctrl.Call(m, "Ping", arg0, arg1)
1178 ret0, _ := ret[0].(client.PingResult)
1179 ret1, _ := ret[1].(error)
1180 return ret0, ret1
1181}
1182
1183// Ping indicates an expected call of Ping.
1184func (mr *MockAPIClientMockRecorder) Ping(arg0, arg1 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected