mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-27 12:33:17 +01:00
New lint rules
This commit is contained in:
@@ -17,7 +17,7 @@ const (
|
||||
|
||||
// Model is the model
|
||||
type Model struct {
|
||||
model.ModelBase
|
||||
model.Base
|
||||
UserID uint `json:"user_id" gorm:"column:user_id"`
|
||||
Type string `json:"type" gorm:"column:type;default:local"`
|
||||
Identity string `json:"identity,omitempty" gorm:"column:identity"`
|
||||
|
||||
Reference in New Issue
Block a user