Documentation
¶
Index ¶
- type AsyncBR
- func (_m *AsyncBR) Cancel()
- func (_m *AsyncBR) Close(ctx context.Context)
- func (_m *AsyncBR) Init(ctx context.Context, param interface{}) error
- func (_m *AsyncBR) StartBackup(source datapath.AccessPoint, dataMoverConfig map[string]string, ...) error
- func (_m *AsyncBR) StartRestore(snapshotID string, target datapath.AccessPoint, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncBR ¶
AsyncBR is an autogenerated mock type for the AsyncBR type
func NewAsyncBR ¶
NewAsyncBR creates a new instance of AsyncBR. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*AsyncBR) Cancel ¶
func (_m *AsyncBR) Cancel()
Cancel provides a mock function with given fields:
func (*AsyncBR) StartBackup ¶
func (_m *AsyncBR) StartBackup(source datapath.AccessPoint, dataMoverConfig map[string]string, param interface{}) error
StartBackup provides a mock function with given fields: source, dataMoverConfig, param
func (*AsyncBR) StartRestore ¶
func (_m *AsyncBR) StartRestore(snapshotID string, target datapath.AccessPoint, dataMoverConfig map[string]string) error
StartRestore provides a mock function with given fields: snapshotID, target, dataMoverConfig
Click to show internal directories.
Click to hide internal directories.