Versions in this module Expand all Collapse all v1 v1.0.0 Oct 20, 2018 Changes in this version + type Provider struct + func NewProvider() *Provider + func (p *Provider) Configure(config map[string]interface{}) (err error) + func (p *Provider) GetCache() (autocert.Cache, bool) + func (p *Provider) GetSecret(secretName string) (string, bool) + func (p *Provider) Name() string