Versions in this module Expand all Collapse all v1 v1.0.1 Mar 12, 2019 v1.0.0 Mar 11, 2019 Changes in this version + var ErrAutocertCacheMiss = autocert.ErrCacheMiss + func ListenAndServe(ready chan<- struct{}, opt *Options) + func ListenAndServeFromFlags(ready chan<- struct{}) + type AutocertCache interface + type Options struct + Addr string + AutocertCache AutocertCache + CertFile string + HTTPAddr string + InsecureHTTP bool + KeyFile string + LetsEncryptCache string + LetsEncryptHosts []string + func OptionsFromFlags() *Options