Files
labca/patches/core_interfaces.patch
2023-02-14 08:33:31 +01:00

11 lines
366 B
Diff

diff --git a/core/interfaces.go b/core/interfaces.go
index 003329c3..c01cd881 100644
--- a/core/interfaces.go
+++ b/core/interfaces.go
@@ -11,4 +11,5 @@ type PolicyAuthority interface {
ChallengesFor(identifier.ACMEIdentifier) ([]Challenge, error)
ChallengeTypeEnabled(AcmeChallenge) bool
CheckAuthz(*Authorization) error
+ ValidEmail(address string) error
}