Documentation ¶ Index ¶ type AllIPs type IPWaf func (IPWaf) TableName() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type AllIPs ¶ type AllIPs []string type IPWaf ¶ type IPWaf struct { ID uint64 `gorm:"bigint;primaryKey;autoIncrement;column:id" json:"id"` IP string `gorm:"varchar(255);unique;column:ip" json:"ip" form:"ip" binding:"required"` } func (IPWaf) TableName ¶ func (IPWaf) TableName() string Source Files ¶ View all Source files gin_resp.go tables.go Click to show internal directories. Click to hide internal directories.