mocks

package
v2.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockSynchronizer

type MockSynchronizer struct {
	SyncAllCall                    func() error
	SynchronizeSplitsCall          func(till *int64) error
	SynchronizeSegmentCall         func(segmentName string, till *int64) error
	StartPeriodicFetchingCall      func()
	StopPeriodicFetchingCall       func()
	StartPeriodicDataRecordingCall func()
	StopPeriodicDataRecordingCall  func()
}

MockSynchronizer mock implementation

func (MockSynchronizer) StartPeriodicDataRecording

func (m MockSynchronizer) StartPeriodicDataRecording()

StartPeriodicDataRecording mock

func (MockSynchronizer) StartPeriodicFetching

func (m MockSynchronizer) StartPeriodicFetching()

StartPeriodicFetching mock

func (MockSynchronizer) StopPeriodicDataRecording

func (m MockSynchronizer) StopPeriodicDataRecording()

StopPeriodicDataRecording mock

func (MockSynchronizer) StopPeriodicFetching

func (m MockSynchronizer) StopPeriodicFetching()

StopPeriodicFetching mock

func (MockSynchronizer) SyncAll

func (m MockSynchronizer) SyncAll() error

SyncAll mock

func (MockSynchronizer) SynchronizeSegment

func (m MockSynchronizer) SynchronizeSegment(segmentName string, till *int64) error

SynchronizeSegment mock

func (MockSynchronizer) SynchronizeSplits

func (m MockSynchronizer) SynchronizeSplits(till *int64) error

SynchronizeSplits mock

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL