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