Documentation
¶
Index ¶
Constants ¶
View Source
const ( Version = "0.3.2" Website = "https://armor.labstack.com" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Armor ¶
type Armor struct {
Address string `yaml:"address"`
TLS *TLS `yaml:"tls"`
ReadTimeout time.Duration `yaml:"read_timeout"`
WriteTimeout time.Duration `yaml:"write_timeout"`
Plugins []Plugin `yaml:"plugins"`
Hosts map[string]*Host `yaml:"hosts"`
Logger *log.Logger `yaml:"-"`
Colorer *color.Color `yaml:"-"`
}
Click to show internal directories.
Click to hide internal directories.