package provider_conf import "github.com/go-acme/lego/v4/challenge" type DnsProviderConf interface { ToProvider(confStr string) *challenge.Provider }