Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockProcessor ¶
type MockProcessor struct {
Success map[string]bool
CustomFn func() error
// contains filtered or unexported fields
}
func New ¶
func New(customFn func() error) *MockProcessor
func (*MockProcessor) BatchProcess ¶
func (m *MockProcessor) BatchProcess(ctx context.Context, messages [][]byte) error
Click to show internal directories.
Click to hide internal directories.