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

Method Ping

pkg/mocks/mock_docker_api.go:1184–1187  ·  view source on GitHub ↗

Ping indicates an expected call of Ping.

(arg0, arg1 any)

Source from the content-addressed store, hash-verified

1182
1183// Ping indicates an expected call of Ping.
1184func (mr *MockAPIClientMockRecorder) Ping(arg0, arg1 any) *gomock.Call {
1185 mr.mock.ctrl.T.Helper()
1186 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Ping", reflect.TypeOf((*MockAPIClient)(nil).Ping), arg0, arg1)
1187}
1188
1189// PluginCreate mocks base method.
1190func (m *MockAPIClient) PluginCreate(arg0 context.Context, arg1 io.Reader, arg2 client.PluginCreateOptions) (client.PluginCreateResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected