nginx-ui/model/config_backup.go
2025-04-06 10:40:49 +08:00

8 lines
191 B
Go

package model
type ConfigBackup struct {
Model
Name string `json:"name"`
FilePath string `json:"filepath" gorm:"column:filepath"`
Content string `json:"content" gorm:"type:text"`
}