feat: replay service

This commit is contained in:
2026-05-13 19:56:05 +08:00
parent 0d07dc653b
commit 1f77e1dd6c
7 changed files with 538 additions and 0 deletions
+2
View File
@@ -32,6 +32,8 @@ type MQTTConfig struct {
Port int `mapstructure:"port" yaml:"port"`
Username string `mapstructure:"username" yaml:"username"`
Password string `mapstructure:"password" yaml:"password"`
GWUsername string `mapstructure:"gw_username" yaml:"gw_username"`
GWPassword string `mapstructure:"gw_password" yaml:"gw_password"`
ClientIDPrefix string `mapstructure:"client_id_prefix" yaml:"client_id_prefix"`
Region string `mapstructure:"region" yaml:"region"`
UseTLS bool `mapstructure:"use_tls" yaml:"use_tls"`