1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-03 12:34:14 +08:00
1Panel/backend/app/model/app_container.go

9 lines
187 B
Go
Raw Normal View History

package model
type AppContainer struct {
BaseModel
ServiceName string `json:"serviceName"`
ContainerName string `json:"containerName"`
AppInstallId uint `json:"appInstallId"`
}