mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-09-01 03:08:58 +00:00
add id getter for processors
This commit is contained in:
@@ -11,6 +11,7 @@ import (
|
||||
)
|
||||
|
||||
type Processor interface {
|
||||
Id() string
|
||||
Type() string
|
||||
Process(context.Context, common.WrappedPayload) (common.WrappedPayload, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user