runtimeInfra

package
v0.0.0-...-2f4a2fd Latest Latest
Warning

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

Go to latest
Published: May 25, 2024 License: EPL-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RuntimeCmdRepo

type RuntimeCmdRepo struct {
	// contains filtered or unexported fields
}

func NewRuntimeCmdRepo

func NewRuntimeCmdRepo() *RuntimeCmdRepo

func (*RuntimeCmdRepo) CreatePhpVirtualHost

func (repo *RuntimeCmdRepo) CreatePhpVirtualHost(hostname valueObject.Fqdn) error

func (*RuntimeCmdRepo) DisablePhpModule

func (repo *RuntimeCmdRepo) DisablePhpModule(
	phpVersion valueObject.PhpVersion,
	module entity.PhpModule,
) error

func (*RuntimeCmdRepo) EnablePhpModule

func (repo *RuntimeCmdRepo) EnablePhpModule(
	phpVersion valueObject.PhpVersion,
	module entity.PhpModule,
) error

func (*RuntimeCmdRepo) UpdatePhpModules

func (repo *RuntimeCmdRepo) UpdatePhpModules(
	hostname valueObject.Fqdn,
	modules []entity.PhpModule,
) error

func (*RuntimeCmdRepo) UpdatePhpSettings

func (repo *RuntimeCmdRepo) UpdatePhpSettings(
	hostname valueObject.Fqdn,
	settings []entity.PhpSetting,
) error

func (*RuntimeCmdRepo) UpdatePhpVersion

func (repo *RuntimeCmdRepo) UpdatePhpVersion(
	hostname valueObject.Fqdn,
	version valueObject.PhpVersion,
) error

type RuntimeQueryRepo

type RuntimeQueryRepo struct {
}

func (RuntimeQueryRepo) GetPhpConfigs

func (repo RuntimeQueryRepo) GetPhpConfigs(
	hostname valueObject.Fqdn,
) (phpConfigs entity.PhpConfigs, err error)

func (RuntimeQueryRepo) GetPhpModules

func (repo RuntimeQueryRepo) GetPhpModules(
	version valueObject.PhpVersion,
) (phpModules []entity.PhpModule, err error)

func (RuntimeQueryRepo) GetPhpSettings

func (repo RuntimeQueryRepo) GetPhpSettings(
	hostname valueObject.Fqdn,
) (phpSettings []entity.PhpSetting, err error)

func (RuntimeQueryRepo) GetPhpVersion

func (repo RuntimeQueryRepo) GetPhpVersion(
	hostname valueObject.Fqdn,
) (phpVersion entity.PhpVersion, err error)

func (RuntimeQueryRepo) GetPhpVersionsInstalled

func (repo RuntimeQueryRepo) GetPhpVersionsInstalled() (
	phpVersions []valueObject.PhpVersion, err error,
)

func (RuntimeQueryRepo) GetVirtualHostPhpConfFilePath

func (repo RuntimeQueryRepo) GetVirtualHostPhpConfFilePath(
	hostname valueObject.Fqdn,
) (vhostPhpConfFilePath valueObject.UnixFilePath, err error)

Jump to

Keyboard shortcuts

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