mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-08-31 18:59:00 +00:00
add id getter for processors
This commit is contained in:
@@ -33,7 +33,10 @@ func (dl *DebugLog) Process(ctx context.Context, wrappedPayload common.WrappedPa
|
||||
return wrappedPayload, nil
|
||||
}
|
||||
|
||||
func (dl *DebugLog) Id() string {
|
||||
return dl.config.Id
|
||||
}
|
||||
|
||||
func (dl *DebugLog) Type() string {
|
||||
return dl.config.Type
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user