mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-23 00:00:52 +00:00
9 lines
170 B
Go
9 lines
170 B
Go
package model
|
|
|
|
type AppIgnoreUpgrade struct {
|
|
BaseModel
|
|
AppID uint `json:"appID"`
|
|
AppDetailID uint `json:"appDetailID"`
|
|
Scope string `json:"scope"`
|
|
}
|