Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigT ¶
type ConfigT struct {
Server struct {
Listen string `yaml:"listen"`
} `yaml:"server"`
Static struct {
Widget StaticService `yaml:"widget"`
Docs StaticService `yaml:"docs"`
} `yaml:"static"`
Upstream struct {
Meta struct {
Servers []string `yaml:"servers"`
} `yaml:"meta"`
} `yaml:"upstream"`
}
Config describes all configuration options for this app
var C ConfigT
type StaticService ¶
StaticService describes a service that serves static files
Click to show internal directories.
Click to hide internal directories.