Versions in this module Expand all Collapse all v2 v2.2.3 Jun 24, 2022 Changes in this version + type BeforeCtx struct + Input struct{ ... } + Output struct{ ... } + func NewBeforeCtx() *BeforeCtx + type Option func(*optionSet) + func WithEntryNameAndType(entryName, entryType string) Option + func WithMockOptionSet(mock OptionSetInterface) Option + type OptionSetInterface interface + Before func(*BeforeCtx) + BeforeCtx func(event rkquery.Event, logger *zap.Logger, handler handlerFunc) *BeforeCtx + GetEntryName func() string + GetEntryType func() string + func NewOptionSet(opts ...Option) OptionSetInterface + func NewOptionSetMock(before *BeforeCtx) OptionSetInterface