mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
7 lines
118 B
Go
7 lines
118 B
Go
package config
|
|
|
|
type ProcessorConfig struct {
|
|
Type string `json:"type"`
|
|
Params Params `json:"params,omitempty"`
|
|
}
|