Run go generate

This commit is contained in:
Joshua Spence
2021-06-24 13:30:02 +10:00
committed by Paul Tyng
parent 510bd417c2
commit f06d3401ae

View File

@@ -25,10 +25,10 @@ type User struct {
NoDelete bool `json:"attr_no_delete,omitempty"`
NoEdit bool `json:"attr_no_edit,omitempty"`
DevIdOverride int `json:"dev_id_override,omitempty"` // non-generated field
IP string `json:"ip,omitempty"` // non-generated field
Blocked bool `json:"blocked,omitempty"`
DevIdOverride int `json:"dev_id_override,omitempty"` // non-generated field
FixedIP string `json:"fixed_ip,omitempty"`
Hostname string `json:"hostname,omitempty"`
LastSeen int `json:"last_seen,omitempty"`