MCPcopy
hub / github.com/docker/compose / EXPECT

Method EXPECT

pkg/mocks/mock_docker_api.go:41–43  ·  pkg/mocks/mock_docker_api.go::MockAPIClient.EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

()

Source from the content-addressed store, hash-verified

39
40// EXPECT returns an object that allows the caller to indicate expected use.
41func (m *MockAPIClient) EXPECT() *MockAPIClientMockRecorder {
42 return m.recorder
43}
44
45// BuildCachePrune mocks base method.
46func (m *MockAPIClient) BuildCachePrune(arg0 context.Context, arg1 client.BuildCachePruneOptions) (client.BuildCachePruneResult, error) {

Calls

no outgoing calls