package queues // StartConsumer // @description: 启动消费者 func StartConsumer() { go asyncWireguardConfigFile() }