schema

package
v1.1.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FirewallRuleCreateDTO

type FirewallRuleCreateDTO struct {
	TypeName  string `gorm:"column:type_name" json:"TypeName" form:"TypeName" comment:"TypeName"`
	Direction string `gorm:"column:Direction" json:"Direction" form:"Direction" comment:"Direction"`
	Protocol  string `gorm:"column:Protocol" json:"Protocol" form:"Protocol" comment:"Protocol"`
	Port      string `gorm:"column:Port" json:"Port" form:"Port" comment:"Port"`
	Action    string `gorm:"column:Action" json:"Action" form:"Action" comment:"Action"`
}

FirewallRule 表示单个防火墙规则的结构体

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL