feat: 防火墙查询
This commit is contained in:
10
features/firewall/model/firewall.go
Normal file
10
features/firewall/model/firewall.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package model
|
||||
|
||||
type Firewall struct {
|
||||
Type string `json:"type" xorm:"type"`
|
||||
Port string `json:"port" xorm:"port"`
|
||||
Protocol string `json:"protocol" xorm:"protocol"`
|
||||
Address string `json:"address" xorm:"address"`
|
||||
Strategy string `json:"strategy" xorm:"strategy"`
|
||||
Description string `json:"description" xorm:"description"`
|
||||
}
|
||||
Reference in New Issue
Block a user