Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatabaseOverview ¶
type DatabaseOverview struct {
Type valueObject.DatabaseType
IsInstalled bool
Databases []entity.Database
}
func NewDatabaseOverview ¶
func NewDatabaseOverview( dbType valueObject.DatabaseType, isInstalled bool, databases []entity.Database, ) DatabaseOverview
type RuntimeOverview ¶
type RuntimeOverview struct {
VirtualHostHostname valueObject.Fqdn `json:"vhostHostname"`
Type valueObject.RuntimeType `json:"type"`
IsInstalled bool `json:"-"`
IsVirtualHostUsingRuntime bool `json:"-"`
PhpConfigs *entity.PhpConfigs `json:"phpConfigs"`
}
func NewRuntimeOverview ¶
func NewRuntimeOverview( virtualHostHostname valueObject.Fqdn, runtimeType valueObject.RuntimeType, isInstalled, isVirtualHostUsingRuntime bool, phpConfigs *entity.PhpConfigs, ) RuntimeOverview
Click to show internal directories.
Click to hide internal directories.