Documentation ¶ Index ¶ type Driver func NewDriver(t interface{ ... }) *Driver func (_m *Driver) Publish(_a0 context.Context, _a1 []*event.Event) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Driver ¶ type Driver struct { mock.Mock } Driver is an autogenerated mock type for the Driver type func NewDriver ¶ func NewDriver(t interface { mock.TestingT Cleanup(func()) }) *Driver NewDriver creates a new instance of Driver. 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 (*Driver) Publish ¶ func (_m *Driver) Publish(_a0 context.Context, _a1 []*event.Event) error Publish provides a mock function with given fields: _a0, _a1 Source Files ¶ View all Source files driver.go Click to show internal directories. Click to hide internal directories.