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