mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-09-02 19:58:59 +00:00
add id getter for processors
This commit is contained in:
@@ -85,6 +85,10 @@ func (hrc *HTTPResponseCreate) Process(ctx context.Context, wrappedPayload commo
|
||||
return wrappedPayload, nil
|
||||
}
|
||||
|
||||
func (hrc *HTTPResponseCreate) Id() string {
|
||||
return hrc.config.Id
|
||||
}
|
||||
|
||||
func (hrc *HTTPResponseCreate) Type() string {
|
||||
return hrc.config.Type
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user