change protocol to module

This commit is contained in:
Joel Wetzell
2025-11-18 18:14:11 -06:00
parent 93c6c05591
commit a7996530a1
8 changed files with 63 additions and 63 deletions

View File

@@ -1,5 +1,5 @@
package showbridge
type Config struct {
Protocols []ProtocolConfig `json:"protocols"`
Modules []ModuleConfig `json:"modules"`
}