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:
@@ -36,6 +36,10 @@ func (se *StringEncode) Process(ctx context.Context, wrappedPayload common.Wrapp
|
||||
return wrappedPayload, nil
|
||||
}
|
||||
|
||||
func (se *StringEncode) Id() string {
|
||||
return se.config.Id
|
||||
}
|
||||
|
||||
func (se *StringEncode) Type() string {
|
||||
return se.config.Type
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user