Documentation ¶
Index ¶
- type RuntimeCmdRepo
- func (repo *RuntimeCmdRepo) CreatePhpVirtualHost(hostname valueObject.Fqdn) error
- func (repo *RuntimeCmdRepo) DisablePhpModule(phpVersion valueObject.PhpVersion, module entity.PhpModule) error
- func (repo *RuntimeCmdRepo) EnablePhpModule(phpVersion valueObject.PhpVersion, module entity.PhpModule) error
- func (repo *RuntimeCmdRepo) UpdatePhpModules(hostname valueObject.Fqdn, modules []entity.PhpModule) error
- func (repo *RuntimeCmdRepo) UpdatePhpSettings(hostname valueObject.Fqdn, settings []entity.PhpSetting) error
- func (repo *RuntimeCmdRepo) UpdatePhpVersion(hostname valueObject.Fqdn, version valueObject.PhpVersion) error
- type RuntimeQueryRepo
- func (repo RuntimeQueryRepo) GetVirtualHostPhpConfFilePath(hostname valueObject.Fqdn) (vhostPhpConfFilePath valueObject.UnixFilePath, err error)
- func (repo RuntimeQueryRepo) ReadPhpConfigs(hostname valueObject.Fqdn) (phpConfigs entity.PhpConfigs, err error)
- func (repo RuntimeQueryRepo) ReadPhpModules(version valueObject.PhpVersion) (phpModules []entity.PhpModule, err error)
- func (repo RuntimeQueryRepo) ReadPhpSettings(hostname valueObject.Fqdn) (phpSettings []entity.PhpSetting, err error)
- func (repo RuntimeQueryRepo) ReadPhpVersion(hostname valueObject.Fqdn) (phpVersion entity.PhpVersion, err error)
- func (repo RuntimeQueryRepo) ReadPhpVersionsInstalled() (phpVersions []valueObject.PhpVersion, err error)
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( persistentDbSvc *internalDbInfra.PersistentDatabaseService, ) *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) GetVirtualHostPhpConfFilePath ¶
func (repo RuntimeQueryRepo) GetVirtualHostPhpConfFilePath( hostname valueObject.Fqdn, ) (vhostPhpConfFilePath valueObject.UnixFilePath, err error)
func (RuntimeQueryRepo) ReadPhpConfigs ¶
func (repo RuntimeQueryRepo) ReadPhpConfigs( hostname valueObject.Fqdn, ) (phpConfigs entity.PhpConfigs, err error)
func (RuntimeQueryRepo) ReadPhpModules ¶
func (repo RuntimeQueryRepo) ReadPhpModules( version valueObject.PhpVersion, ) (phpModules []entity.PhpModule, err error)
func (RuntimeQueryRepo) ReadPhpSettings ¶
func (repo RuntimeQueryRepo) ReadPhpSettings( hostname valueObject.Fqdn, ) (phpSettings []entity.PhpSetting, err error)
func (RuntimeQueryRepo) ReadPhpVersion ¶
func (repo RuntimeQueryRepo) ReadPhpVersion( hostname valueObject.Fqdn, ) (phpVersion entity.PhpVersion, err error)
func (RuntimeQueryRepo) ReadPhpVersionsInstalled ¶
func (repo RuntimeQueryRepo) ReadPhpVersionsInstalled() ( phpVersions []valueObject.PhpVersion, err error, )
Click to show internal directories.
Click to hide internal directories.