Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseEventsController ¶
type BaseEventsController interface { CreateSpan(in *kafka.Message) opentracing.Span Listen(ctx context.Context, processRequest func(*kafka.Message)) SendResponse(eventId string, data interface{}, span *opentracing.Span) error Logger() *zap.Logger ConsumerGroupId() string }
func NewEventsController ¶
Click to show internal directories.
Click to hide internal directories.