mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 05:15:47 +00:00
6 lines
84 B
Go
6 lines
84 B
Go
package showbridge
|
|
|
|
type Config struct {
|
|
Modules []ModuleConfig `json:"modules"`
|
|
}
|