From b7392e784e6c872296a98319400554ea84514bad Mon Sep 17 00:00:00 2001 From: lwch Date: Tue, 9 Aug 2022 16:04:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=97=A0=E7=94=A8=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agent.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/agent.go b/agent.go index a44ca03..0f85ff1 100644 --- a/agent.go +++ b/agent.go @@ -10,8 +10,6 @@ import ( // App app 接口,每一个agent必须实现以下接口 type App interface { - // 获取当前agent编号 - ID() string // 获取当前agent名称 AgentName() string // 获取当前agent版本号