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

Method CheckpointCreate

pkg/mocks/mock_docker_api.go:76–82  ·  view source on GitHub ↗

CheckpointCreate mocks base method.

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

Source from the content-addressed store, hash-verified

74
75// CheckpointCreate mocks base method.
76func (m *MockAPIClient) CheckpointCreate(arg0 context.Context, arg1 string, arg2 client.CheckpointCreateOptions) (client.CheckpointCreateResult, error) {
77 m.ctrl.T.Helper()
78 ret := m.ctrl.Call(m, "CheckpointCreate", arg0, arg1, arg2)
79 ret0, _ := ret[0].(client.CheckpointCreateResult)
80 ret1, _ := ret[1].(error)
81 return ret0, ret1
82}
83
84// CheckpointCreate indicates an expected call of CheckpointCreate.
85func (mr *MockAPIClientMockRecorder) CheckpointCreate(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected