parent
f32ba74612
commit
0b1afe6283
@ -1,8 +1,11 @@
|
||||
package global
|
||||
|
||||
import "luxshare-daily-report/config"
|
||||
import (
|
||||
"luxshare-daily-report/model"
|
||||
)
|
||||
|
||||
var (
|
||||
GLO_CONFIG config.Config
|
||||
GLO_RECV_CHAN chan map[string]string
|
||||
GLO_CONFIG model.Config
|
||||
GLO_CONFIG_CHAN chan model.Config
|
||||
GLO_RECV_CHAN chan map[string]string
|
||||
)
|
||||
|
Loading…
Reference in new issue