initial commit

This commit is contained in:
2025-10-15 18:44:51 -05:00
commit 084284370c
9 changed files with 347 additions and 0 deletions

5
config.go Normal file
View File

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