Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct { ExportedEvents []exporter.FeatureEvent Err error ExpectedNumberErr int CurrentNumberErr int Bulk bool // contains filtered or unexported fields }
func (*Exporter) GetExportedEvents ¶
func (m *Exporter) GetExportedEvents() []exporter.FeatureEvent
type NotificationService ¶ added in v1.37.0
type NotificationService struct { NotifyCalls int CloseCalled bool // contains filtered or unexported fields }
func (*NotificationService) Close ¶ added in v1.37.0
func (n *NotificationService) Close()
func (*NotificationService) GetNotifyCalls ¶ added in v1.37.0
func (n *NotificationService) GetNotifyCalls() int
func (*NotificationService) WasCloseCalled ¶ added in v1.37.0
func (n *NotificationService) WasCloseCalled() bool
type Notifier ¶ added in v1.28.0
type Notifier struct { NotifyCalls int // contains filtered or unexported fields }
func (*Notifier) GetNotifyCalls ¶ added in v1.37.0
Click to show internal directories.
Click to hide internal directories.