package
Version:
v0.0.0-...-b52e348
Opens a new window with list of versions in this module.
Published: Jul 27, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Enabled bool `toml:"enabled"`
BindAddress string `toml:"bind_address"`
UseTls bool `toml:"use_tls"`
CertFile string `toml:"cert_file"`
KeyFile string `toml:"key_file"`
}
Service manages the listener and handler for an HTTP endpoint.
NewService returns a new instance of Service.
Close closes the underlying listener.
Err returns a channel for fatal errors that occur on the listener.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.