mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
8 lines
157 B
Go
8 lines
157 B
Go
package config
|
|
|
|
type Config struct {
|
|
Api ApiConfig `json:"api"`
|
|
Modules []ModuleConfig `json:"modules"`
|
|
Routes []RouteConfig `json:"routes"`
|
|
}
|