DNS服务商中的密钥数据以掩码方式显示

This commit is contained in:
GoEdgeLab
2024-03-18 10:20:22 +08:00
parent 7c8e996ff3
commit abf2cf2af4
11 changed files with 208 additions and 8 deletions

View File

@@ -10,6 +10,9 @@ type ProviderInterface interface {
// Auth 认证
Auth(params maps.Map) error
// MaskParams 对参数进行掩码
MaskParams(params maps.Map)
// GetDomains 获取所有域名列表
GetDomains() (domains []string, err error)