Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventCollector ¶
type EventCollector struct { EventCollectorOptions // contains filtered or unexported fields }
func NewEventCollector ¶
func NewEventCollector(ctx context.Context, endpoint string, opts ...EventCollectorOption) *EventCollector
func (*EventCollector) Run ¶
func (c *EventCollector) Run(stopCh <-chan struct{}) error
type EventCollectorOption ¶
type EventCollectorOption func(*EventCollectorOptions)
func WithMaxRetries ¶
func WithMaxRetries(retries int) EventCollectorOption
type EventCollectorOptions ¶
type EventCollectorOptions struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.