mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	feat: 使用标签替代项目
This commit is contained in:
		@@ -9,8 +9,6 @@ type Mongo struct {
 | 
			
		||||
	Uri                string `orm:"column(uri)" json:"uri"`
 | 
			
		||||
	EnableSshTunnel    int8   `orm:"column(enable_ssh_tunnel)" json:"enableSshTunnel"`        // 是否启用ssh隧道
 | 
			
		||||
	SshTunnelMachineId uint64 `orm:"column(ssh_tunnel_machine_id)" json:"sshTunnelMachineId"` // ssh隧道机器id
 | 
			
		||||
	ProjectId          uint64 `json:"projectId"`
 | 
			
		||||
	Project            string `json:"project"`
 | 
			
		||||
	EnvId              uint64 `json:"envId"`
 | 
			
		||||
	Env                string `json:"env"`
 | 
			
		||||
	TagId              uint64 `json:"tagId"`
 | 
			
		||||
	TagPath            string `json:"tagPath"`
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user