Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DisposableEmail ¶
type Proxy ¶
type Spam ¶
type Spam struct {
ID uint `json:"-"`
IP string `json:"ip" db:"ip"`
Prefix byte `json:"prefix" db:"prefix"`
Type string `json:"type" db:"type"`
Score int `json:"score" db:"score"`
CreatedAt time.Time `json:"-" db:"created_at"`
UpdatedAt time.Time `json:"-" db:"updated_at"`
DeletedAt *time.Time `json:"-" db:"deleted_at"`
}
type Tor ¶
type Tor struct {
ID uint `json:"-"`
IP string `json:"ip" db:"ip"`
Prefix byte `json:"prefix" db:"prefix"`
Type string `json:"type" db:"type"`
Score int `json:"score" db:"score"`
CreatedAt time.Time `json:"-" db:"created_at"`
UpdatedAt time.Time `json:"-" db:"updated_at"`
DeletedAt *time.Time `json:"-" db:"deleted_at"`
}
type Vpn ¶
type Vpn struct {
ID uint `json:"-"`
IP string `json:"ip" db:"ip"`
Prefix byte `json:"prefix" db:"prefix"`
Type string `json:"type" db:"type"`
Score int `json:"score" db:"score"`
CreatedAt time.Time `json:"-" db:"created_at"`
UpdatedAt time.Time `json:"-" db:"updated_at"`
DeletedAt *time.Time `json:"-" db:"deleted_at"`
}
Click to show internal directories.
Click to hide internal directories.