Versions in this module Expand all Collapse all v0 v0.1.0 Jul 28, 2024 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