mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-25 00:10:26 +08:00
[SSL证书]实现基本的自动申请证书流程
This commit is contained in:
@@ -7,12 +7,15 @@ type ProviderInterface interface {
|
||||
// 认证
|
||||
Auth(params maps.Map) error
|
||||
|
||||
// 获取域名列表
|
||||
// 获取域名解析记录列表
|
||||
GetRecords(domain string) (records []*Record, err error)
|
||||
|
||||
// 读取域名支持的线路数据
|
||||
GetRoutes(domain string) (routes []*Route, err error)
|
||||
|
||||
// 查询单个记录
|
||||
QueryRecord(domain string, name string, recordType RecordType) (*Record, error)
|
||||
|
||||
// 设置记录
|
||||
AddRecord(domain string, newRecord *Record) error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user