Files
showbridge-go/config.go
2025-11-18 18:14:11 -06:00

6 lines
84 B
Go

package showbridge
type Config struct {
Modules []ModuleConfig `json:"modules"`
}