wireguard-dashboard/queues/consumer.go

8 lines
122 B
Go
Raw Normal View History

2024-03-11 11:30:36 +08:00
package queues
// StartConsumer
// @description: 启动消费者
func StartConsumer() {
go asyncWireguardConfigFile()
}