add id field to route and processor

This commit is contained in:
Joel Wetzell
2026-08-11 20:39:54 -05:00
parent c07ce2de73
commit 92c661354c
6 changed files with 25 additions and 6 deletions
+1
View File
@@ -1,6 +1,7 @@
package config
type ProcessorConfig struct {
Id string `json:"id"`
Type string `json:"type"`
Params Params `json:"params,omitempty"`
}