mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 05:15:47 +00:00
add TODO
This commit is contained in:
@@ -13,6 +13,7 @@ import (
|
|||||||
"gitlab.com/gomidi/midi/v2"
|
"gitlab.com/gomidi/midi/v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// TODO(jwetzell): support using numbers in config file treated as hardcoded values
|
||||||
type MIDIMessageCreate struct {
|
type MIDIMessageCreate struct {
|
||||||
config config.ProcessorConfig
|
config config.ProcessorConfig
|
||||||
ProcessFunc func(ctx context.Context, payload any) (any, error)
|
ProcessFunc func(ctx context.Context, payload any) (any, error)
|
||||||
|
|||||||
Reference in New Issue
Block a user