mirror of
https://github.com/woodchen-ink/certimate.git
synced 2025-07-18 09:21:56 +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
|