mirror of
https://github.com/woodchen-ink/certimate.git
synced 2025-07-19 01:41:55 +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
|