Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Enabled ¶
func Enabled(n FeatureFlag) bool
Enabled returns true if the feature is enabled or false if it isn't, it will panic if passed a feature that it doesn't know.
Types ¶
type FeatureFlag ¶
type FeatureFlag int
const ( UseAIAIssuerURL FeatureFlag AllowTLS02Challenges // For new-authz requests, if there is no valid authz, but there is a pending // authz, return that instead of creating a new one. ReusePendingAuthz CountCertificatesExact IPv6First AllowRenewalFirstRL // Allow issuance of wildcard domains for ACMEv2 WildcardDomains // Enforce prevention of use of disabled challenge types EnforceChallengeDisable // Allow TLS-SNI in new-authz that are revalidating for previous issuance TLSSNIRevalidation )
func (FeatureFlag) String ¶
func (i FeatureFlag) String() string
Click to show internal directories.
Click to hide internal directories.