mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-08-18 20:53:56 +00:00
6 lines
90 B
Go
6 lines
90 B
Go
package showbridge
|
|
|
|
type Config struct {
|
|
Protocols []ProtocolConfig `json:"protocols"`
|
|
}
|