package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Aug 29, 2016
License: BSD-3-Clause
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Address string `json:"address"`
TLS *TLS `json:"tls"`
Timeout int `json:"timeout" default:"60"`
}
type TLS struct {
CertificateFile string `json:"certificateFile"`
KeyFile string `json:"keyFile"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.