mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-09-10 07:29:25 +00:00
add id getter for processors
This commit is contained in:
@@ -89,6 +89,10 @@ func (kvg *KVGet) Process(ctx context.Context, wrappedPayload common.WrappedPayl
|
||||
return wrappedPayload, nil
|
||||
}
|
||||
|
||||
func (kvg *KVGet) Id() string {
|
||||
return kvg.config.Id
|
||||
}
|
||||
|
||||
func (kvg *KVGet) Type() string {
|
||||
return kvg.config.Type
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user