Files
showbridge-go/internal/config/processor.go
2026-03-23 12:11:10 -05:00

7 lines
118 B
Go

package config
type ProcessorConfig struct {
Type string `json:"type"`
Params Params `json:"params,omitempty"`
}