types

package
v0.0.0-...-122af2f Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2024 License: BSD-3-Clause Imports: 0 Imported by: 1

Documentation

Index

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

Jump to

Keyboard shortcuts

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