mirror of
https://github.com/certimate-go/certimate.git
synced 2026-06-27 21:03:11 +08:00
8 lines
107 B
Go
8 lines
107 B
Go
package core
|
|
|
|
import (
|
|
"github.com/go-acme/lego/v4/challenge"
|
|
)
|
|
|
|
type ACMEChallenger = challenge.Provider
|