mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-02 20:14:14 +08:00
9 lines
187 B
Go
9 lines
187 B
Go
package model
|
|
|
|
type AppContainer struct {
|
|
BaseModel
|
|
ServiceName string `json:"serviceName"`
|
|
ContainerName string `json:"containerName"`
|
|
AppInstallId uint `json:"appInstallId"`
|
|
}
|