1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-02 20:14:14 +08:00
2022-10-08 15:03:29 +08:00

9 lines
187 B
Go

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