presenterDto

package
v0.1.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2025 License: EPL-2.0 Imports: 2 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL