Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataProvider ¶
DataProvider is an autogenerated mock type for the DataProvider type
func NewDataProvider ¶
func NewDataProvider(t interface { mock.TestingT Cleanup(func()) }) *DataProvider
NewDataProvider creates a new instance of DataProvider. 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 (*DataProvider) Close ¶
func (_m *DataProvider) Close()
Close provides a mock function with given fields:
func (*DataProvider) ID ¶
func (_m *DataProvider) ID() uuid.UUID
ID provides a mock function with given fields:
func (*DataProvider) Run ¶
func (_m *DataProvider) Run(ctx context.Context)
Run provides a mock function with given fields: ctx
func (*DataProvider) Topic ¶
func (_m *DataProvider) Topic() string
Topic provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.