MCPcopy
hub / github.com/wal-g/wal-g / EXPECT

Method EXPECT

test/mocks/mock_folder.go:35–37  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

33
34// EXPECT returns an object that allows the caller to indicate expected use.
35func (m *MockFolder) EXPECT() *MockFolderMockRecorder {
36 return m.recorder
37}
38
39// CopyObject mocks base method.
40func (m *MockFolder) CopyObject(srcPath, dstPath string) error {

Calls

no outgoing calls