feat: v1.7.4

This commit is contained in:
meilin.huang
2024-03-04 20:33:04 +08:00
parent 008d34c453
commit 986b187f0a
5 changed files with 33 additions and 39 deletions

View File

@@ -27,7 +27,7 @@ type RedisInfo struct {
Host string `json:"host"`
Db int `json:"db"` // 库号
Mode RedisMode `json:"-"`
Mode RedisMode `json:"mode"`
Username string `json:"-"`
Password string `json:"-"`
@@ -35,7 +35,7 @@ type RedisInfo struct {
TagPath []string `json:"tagPath"`
SshTunnelMachineId int `json:"-"`
FlowProcdefKey string // 工单流程定义key
FlowProcdefKey string `json:"flowProcdefKey"` // 工单流程定义key
}
func (r *RedisInfo) Conn() (*RedisConn, error) {