mirror of
https://github.com/go-acme/lego.git
synced 2025-01-05 08:02:30 +02:00
Improve wording of ChallengeProvider comment
This commit is contained in:
parent
98c95e83c9
commit
f70a48e28a
@ -1,7 +1,9 @@
|
||||
package acme
|
||||
|
||||
// ChallengeProvider presents the solution to a challenge available to be solved
|
||||
// CleanUp will be called by the challenge if Present ends in a non-error state.
|
||||
// ChallengeProvider enables implementing a custom challenge
|
||||
// provider. Present presents the solution to a challenge available to
|
||||
// be solved. CleanUp will be called by the challenge if Present ends
|
||||
// in a non-error state.
|
||||
type ChallengeProvider interface {
|
||||
Present(domain, token, keyAuth string) error
|
||||
CleanUp(domain, token, keyAuth string) error
|
||||
|
Loading…
Reference in New Issue
Block a user