mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-20 11:05:18 +08:00
增加DNS服务商账号管理
This commit is contained in:
9
pkg/serverconfigs/ipconfigs/action_interface.go
Normal file
9
pkg/serverconfigs/ipconfigs/action_interface.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package ipconfigs
|
||||
|
||||
type ActionInterface interface {
|
||||
// 运行节点
|
||||
Node() string
|
||||
|
||||
// 执行对IP信息的处理
|
||||
Run(itemConfig *IPItemConfig) error
|
||||
}
|
||||
Reference in New Issue
Block a user