This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeAPI/internal/acme/task.go
T

11 lines
196 B
Go

package acme
import "github.com/TeaOSLab/EdgeAPI/internal/dnsclients"
type Task struct {
User *User
DNSProvider dnsclients.ProviderInterface
DNSDomain string
Domains []string
}