Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfig ¶
type AppConfig struct { Params []AppParam `json:"params"` request.AppContainerConfig }
type AppInstalledCheck ¶
type AppInstalledCheck struct { IsExist bool `json:"isExist"` Name string `json:"name"` App string `json:"app"` Version string `json:"version"` Status string `json:"status"` CreatedAt time.Time `json:"createdAt"` LastBackupAt string `json:"lastBackupAt"` AppInstallID uint `json:"appInstallId"` ContainerName string `json:"containerName"` InstallPath string `json:"installPath"` HttpPort int `json:"httpPort"` HttpsPort int `json:"httpsPort"` }
type AppParam ¶
type AppParam struct { Value interface{} `json:"value"` Edit bool `json:"edit"` Key string `json:"key"` Rule string `json:"rule"` LabelZh string `json:"labelZh"` LabelEn string `json:"labelEn"` Type string `json:"type"` Values interface{} `json:"values"` ShowValue string `json:"showValue"` Required bool `json:"required"` Multiple bool `json:"multiple"` }
type AppService ¶
type AppUpdateRes ¶
type DatabaseConn ¶
type HostToolConfig ¶
type HostToolConfig struct {
Content string `json:"content"`
}
type HostToolRes ¶
type HostToolRes struct { Type string `json:"type"` Config interface{} `json:"config"` }
type IgnoredApp ¶
type ProcessStatus ¶
type RecycleBinDTO ¶
type Supervisor ¶
type Supervisor struct { ConfigPath string `json:"configPath"` IncludeDir string `json:"includeDir"` LogPath string `json:"logPath"` IsExist bool `json:"isExist"` Init bool `json:"init"` Msg string `json:"msg"` Version string `json:"version"` Status string `json:"status"` CtlExist bool `json:"ctlExist"` ServiceName string `json:"serviceName"` }
type SupervisorProcessConfig ¶
Click to show internal directories.
Click to hide internal directories.