mirror of
https://github.com/certimate-go/certimate.git
synced 2026-07-20 21:01:41 +08:00
8 lines
110 B
Go
8 lines
110 B
Go
package core
|
|
|
|
import (
|
|
"github.com/go-acme/lego/v5/challenge"
|
|
)
|
|
|
|
type ACMEChallenger = challenge.Provider
|