[agent-go] 初步完成Executor部分的代码

This commit is contained in:
zeaslity
2023-03-24 15:09:22 +08:00
parent fe8a4a03fc
commit 1af25d3992
9 changed files with 328 additions and 31 deletions

View File

@@ -1,10 +1,14 @@
package g
import "github.com/spf13/viper"
import (
"agent-go/register"
"github.com/spf13/viper"
)
type Global struct {
LOG *Logger
NacosConfig *viper.Viper
LOG *Logger
NacosConfig *viper.Viper
AgentServerInfo *register.AgentServerInfo
}
const (