mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-09-05 21:29:00 +00:00
add id field to route and processor
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package config
|
||||
|
||||
type ProcessorConfig struct {
|
||||
Id string `json:"id"`
|
||||
Type string `json:"type"`
|
||||
Params Params `json:"params,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user