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