feat: 添加数据库资产、命令拦截器、授权资产等功能,修复GitHub Actions工作流
This commit is contained in:
+28
-28
@@ -1,32 +1,32 @@
|
||||
package dto
|
||||
|
||||
type WebsiteDTO struct {
|
||||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Enabled bool `json:"enabled"`
|
||||
TargetUrl string `json:"targetUrl"`
|
||||
TargetHost string `json:"targetHost"`
|
||||
TargetPort int `json:"targetPort"`
|
||||
Domain string `json:"domain"`
|
||||
AsciiDomain string `json:"asciiDomain"`
|
||||
Entrance string `json:"entrance"`
|
||||
Description string `json:"description"`
|
||||
Status string `json:"status"`
|
||||
StatusText string `json:"statusText"`
|
||||
GatewayType string `json:"gatewayType"`
|
||||
GatewayId string `json:"gatewayId"`
|
||||
BasicAuth interface{} `json:"basicAuth"`
|
||||
Headers interface{} `json:"headers"`
|
||||
Cert interface{} `json:"cert"`
|
||||
Public interface{} `json:"public"`
|
||||
TempAllow interface{} `json:"tempAllow"`
|
||||
Created int64 `json:"createdAt"`
|
||||
GroupId string `json:"groupId"`
|
||||
Sort string `json:"sort"`
|
||||
Logo string `json:"logo"`
|
||||
Scheme string `json:"scheme"`
|
||||
Host string `json:"host"`
|
||||
Port int `json:"port"`
|
||||
PreserveHost bool `json:"preserveHost"`
|
||||
DisableAccessLog bool `json:"disableAccessLog"`
|
||||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Enabled bool `json:"enabled"`
|
||||
TargetUrl string `json:"targetUrl"`
|
||||
TargetHost string `json:"targetHost"`
|
||||
TargetPort int `json:"targetPort"`
|
||||
Domain string `json:"domain"`
|
||||
AsciiDomain string `json:"asciiDomain"`
|
||||
Entrance string `json:"entrance"`
|
||||
Description string `json:"description"`
|
||||
Status string `json:"status"`
|
||||
StatusText string `json:"statusText"`
|
||||
GatewayType string `json:"gatewayType"`
|
||||
GatewayId string `json:"gatewayId"`
|
||||
BasicAuth interface{} `json:"basicAuth"`
|
||||
Headers interface{} `json:"headers"`
|
||||
Cert interface{} `json:"cert"`
|
||||
Public interface{} `json:"public"`
|
||||
TempAllow interface{} `json:"tempAllow"`
|
||||
Created int64 `json:"createdAt"`
|
||||
GroupId string `json:"groupId"`
|
||||
Sort string `json:"sort"`
|
||||
Logo string `json:"logo"`
|
||||
Scheme string `json:"scheme"`
|
||||
Host string `json:"host"`
|
||||
Port int `json:"port"`
|
||||
PreserveHost bool `json:"preserveHost"`
|
||||
DisableAccessLog bool `json:"disableAccessLog"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user