package
0.10.2
Repository: https://github.com/medium/kooper.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

New creates a new controller that can be configured using the cfg parameter.
NewConcurrent creates a new controller that will process the received events concurrently.
NewSequential creates a new controller that will process the received events sequentially.

# Structs

Config is the controller configuration.

# Interfaces

Controller is the object that will implement the different kinds of controllers that will be running on the application.