11 lines
188 B
Go
11 lines
188 B
Go
package queues
|
|
|
|
// StartConsumer
|
|
// @description: 启动消费者
|
|
func StartConsumer() {
|
|
// 同步配置文件
|
|
go asyncWireguardConfigFile()
|
|
// 离线监听
|
|
//go offlineMonitoring()
|
|
}
|