mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-28 03:50:25 +08:00
refactor: 数据库实例与凭证关联至标签&其他问题修复重构等
This commit is contained in:
@@ -2,11 +2,11 @@ package form
|
||||
|
||||
type Mongo struct {
|
||||
Id uint64 `json:"id"`
|
||||
Code uint64 `json:"code" binding:"required"`
|
||||
Code string `json:"code" binding:"required"`
|
||||
Uri string `binding:"required" json:"uri"`
|
||||
SshTunnelMachineId int `json:"sshTunnelMachineId"` // ssh隧道机器id
|
||||
Name string `binding:"required" json:"name"`
|
||||
TagId []uint64 `binding:"required" json:"tagId"`
|
||||
TagCodePaths []string `binding:"required" json:"tagCodePaths"`
|
||||
}
|
||||
|
||||
type MongoCommand struct {
|
||||
|
||||
Reference in New Issue
Block a user