Files
showbridge-go/config/api.go
T
2026-09-07 18:43:11 -05:00

7 lines
101 B
Go

package config
type ApiConfig struct {
Enabled bool `json:"enabled"`
Port int `json:"port"`
}