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