去除无用接口

This commit is contained in:
lwch
2022-08-09 16:04:24 +08:00
parent e074c4dc7d
commit b7392e784e

View File

@@ -10,8 +10,6 @@ import (
// App app 接口每一个agent必须实现以下接口
type App interface {
// 获取当前agent编号
ID() string
// 获取当前agent名称
AgentName() string
// 获取当前agent版本号