diff --git a/consume.go b/consume.go index d10f024..a966f64 100644 --- a/consume.go +++ b/consume.go @@ -10,6 +10,7 @@ import ( // Action is an action that occurs after processed this delivery type Action int + // Handler defines the handler of each Delivery and return Action type Handler func(d Delivery) (action Action)