Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppOpts ¶
type AppOpts struct {
Config string
Debug bool `yaml:"debug"`
Silent bool `yaml:"silent"`
Service struct {
Address string `yaml:"address"`
Host string
Port int
Timeout struct {
Read time.Duration `yaml:"read"`
Write time.Duration `yaml:"write"`
} `yaml:"timeout"`
} `yaml:"service"`
Template struct {
Files []string `yaml:"files"`
} `yaml:"template"`
}
var App AppOpts
Click to show internal directories.
Click to hide internal directories.