mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
7 lines
101 B
Go
7 lines
101 B
Go
package config
|
|
|
|
type ApiConfig struct {
|
|
Enabled bool `json:"enabled"`
|
|
Port int `json:"port"`
|
|
}
|