delete type user struct in model.go

This commit is contained in:
Dikiy13371 2025-10-07 23:27:30 +03:00
parent 80a6d8a9b1
commit 0e28f2b178

View file

@ -23,13 +23,6 @@ const (
WireGuard Protocol = "wireguard"
)
// User represents a user account in the 3x-ui panel.
type User struct {
Id int `json:"id" gorm:"primaryKey;autoIncrement"`
Username string `json:"username"`
Password string `json:"password"`
}
// Inbound represents an Xray inbound configuration with traffic statistics and settings.
type Inbound struct {
Id int `json:"id" form:"id" gorm:"primaryKey;autoIncrement"` // Unique identifier