mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-12-25 09:35:59 +08:00
golangci-lint run
This commit is contained in:
@@ -67,7 +67,6 @@ type SiteConfigRes struct {
|
||||
Version string `json:"version" dc:"系统版本"`
|
||||
WsAddr string `json:"wsAddr" dc:"客户端websocket地址"`
|
||||
Domain string `json:"domain" dc:"对外域名"`
|
||||
//InviteUrl string `json:"inviteUrl" dc:"邀请注册地址"`
|
||||
}
|
||||
|
||||
// SiteLoginConfigReq 获取登录配置
|
||||
|
||||
@@ -52,7 +52,7 @@ type MaxSortReq struct {
|
||||
}
|
||||
|
||||
type MaxSortRes struct {
|
||||
Sort int `json:"sort" dc:"排序"`
|
||||
*adminin.DeptMaxSortModel
|
||||
}
|
||||
|
||||
// StatusReq 更新部门状态
|
||||
|
||||
@@ -12,7 +12,6 @@ type CronDeleteReq struct {
|
||||
|
||||
type CronDeleteRes struct {
|
||||
tcp.ServerRes
|
||||
sysin.CronDeleteModel
|
||||
}
|
||||
|
||||
// CronEditReq 编辑任务
|
||||
@@ -22,7 +21,6 @@ type CronEditReq struct {
|
||||
|
||||
type CronEditRes struct {
|
||||
tcp.ServerRes
|
||||
*sysin.CronEditModel
|
||||
}
|
||||
|
||||
// CronStatusReq 修改任务状态
|
||||
@@ -32,7 +30,6 @@ type CronStatusReq struct {
|
||||
|
||||
type CronStatusRes struct {
|
||||
tcp.ServerRes
|
||||
*sysin.CronStatusModel
|
||||
}
|
||||
|
||||
// CronOnlineExecReq 在线执行
|
||||
@@ -42,5 +39,4 @@ type CronOnlineExecReq struct {
|
||||
|
||||
type CronOnlineExecRes struct {
|
||||
tcp.ServerRes
|
||||
*sysin.OnlineExecModel
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user