2024-03-11 11:30:36 +08:00
|
|
|
package queues
|
|
|
|
|
|
|
|
// StartConsumer
|
|
|
|
// @description: 启动消费者
|
|
|
|
func StartConsumer() {
|
2024-06-13 14:34:03 +08:00
|
|
|
// 同步配置文件
|
2024-03-11 11:30:36 +08:00
|
|
|
go asyncWireguardConfigFile()
|
2024-06-13 14:34:03 +08:00
|
|
|
// 离线监听
|
2024-06-13 17:06:23 +08:00
|
|
|
//go offlineMonitoring()
|
2024-03-11 11:30:36 +08:00
|
|
|
}
|