mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-05 17:29:37 +00:00
New lint rules
This commit is contained in:
@ -7,7 +7,7 @@ import (
|
||||
|
||||
// Model is the model
|
||||
type Model struct {
|
||||
model.ModelBase
|
||||
model.Base
|
||||
UpstreamID uint `json:"upstream_id" gorm:"column:upstream_id" filter:"upstream_id,integer"`
|
||||
Server string `json:"server" gorm:"column:server" filter:"server,string"`
|
||||
Weight int `json:"weight" gorm:"column:weight" filter:"weight,integer"`
|
||||
|
Reference in New Issue
Block a user