[ Agent ] remove nacos in agent
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
type Global struct {
|
||||
AgentHasRegister bool
|
||||
NacosConfig *viper.Viper
|
||||
AgentConfig *viper.Viper
|
||||
P *ants.Pool
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@ var G = NewGlobal(
|
||||
func NewGlobal(pool *ants.Pool) *Global {
|
||||
return &Global{
|
||||
AgentHasRegister: false,
|
||||
NacosConfig: nil,
|
||||
AgentConfig: nil,
|
||||
P: pool,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user