Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventProcessor ¶
type EventProcessor struct {
// contains filtered or unexported fields
}
func NewEventProcessor ¶
func NewEventProcessor(ksClient ctrlClient.Reader, options *EventProcessorOptions) *EventProcessor
func (*EventProcessor) Process ¶
func (p *EventProcessor) Process(ctx context.Context, body []byte, ns, eventType string) (*event_processor.EventInfo, error)
type EventProcessorOptions ¶
type EventProcessorOptions struct { Logger *zap.SugaredLogger RestyClient *resty.Client }
Click to show internal directories.
Click to hide internal directories.