Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteAttackMappingByVendorMappingId ¶
Delete uri filtering traffic
Types ¶
type ACL ¶
type Alias ¶
type AttackMapping ¶
type AttackMapping struct { Id int64 `xorm:"'id' pk autoincr"` VendorMappingId int64 `xorm:"'vendor_mapping_id' not null"` AttackId int `xorm:"'attack_id' not null"` AttackDescription string `xorm:"'attack_description' not null"` Created time.Time `xorm:"created"` Updated time.Time `xorm:"updated"` }
func (*AttackMapping) TableName ¶
func (_ *AttackMapping) TableName() string
func (*AttackMapping) VendorMapping ¶
func (_ *AttackMapping) VendorMapping() string
type VendorMapping ¶
type VendorMapping struct { Id int64 `xorm:"'id' pk autoincr"` DataClientId int64 `xorm:"'data_client_id' not null"` VendorId int `xorm:"'vendor_id' not null"` VendorName string `xorm:"'vendor_name'"` DescriptionLang string `xorm:"'description_lang'"` LastUpdated uint64 `xorm:"'last_updated' not null"` Created time.Time `xorm:"created"` Updated time.Time `xorm:"updated"` }
Click to show internal directories.
Click to hide internal directories.