mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-09-04 12:48:58 +00:00
add id getter for processors
This commit is contained in:
@@ -114,6 +114,10 @@ func (hrd *HTTPRequestDo) Process(ctx context.Context, wrappedPayload common.Wra
|
||||
return wrappedPayload, nil
|
||||
}
|
||||
|
||||
func (hrd *HTTPRequestDo) Id() string {
|
||||
return hrd.config.Id
|
||||
}
|
||||
|
||||
func (hrd *HTTPRequestDo) Type() string {
|
||||
return hrd.config.Type
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user