8 lines
93 B
Go
8 lines
93 B
Go
package core
|
|
|
|
var (
|
|
NacosClient nacosClient
|
|
ServiceMap []serviceMap
|
|
Log Logger
|
|
)
|