[agent-go] 初步完成Executor部分的代码
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user