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

Method CheckpointCreate

pkg/mocks/mock_docker_api.go:85–88  ·  view source on GitHub ↗

CheckpointCreate indicates an expected call of CheckpointCreate.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

83
84// CheckpointCreate indicates an expected call of CheckpointCreate.
85func (mr *MockAPIClientMockRecorder) CheckpointCreate(arg0, arg1, arg2 any) *gomock.Call {
86 mr.mock.ctrl.T.Helper()
87 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CheckpointCreate", reflect.TypeOf((*MockAPIClient)(nil).CheckpointCreate), arg0, arg1, arg2)
88}
89
90// CheckpointList mocks base method.
91func (m *MockAPIClient) CheckpointList(arg0 context.Context, arg1 string, arg2 client.CheckpointListOptions) (client.CheckpointListResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected