cliController

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: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountController

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

func (*AccountController) Create

func (controller *AccountController) Create() *cobra.Command

func (*AccountController) CreateSecureAccessPublicKey added in v0.1.7

func (controller *AccountController) CreateSecureAccessPublicKey() *cobra.Command

func (*AccountController) Delete

func (controller *AccountController) Delete() *cobra.Command

func (*AccountController) DeleteSecureAccessPublicKey added in v0.1.7

func (controller *AccountController) DeleteSecureAccessPublicKey() *cobra.Command

func (*AccountController) Read

func (controller *AccountController) Read() *cobra.Command

func (*AccountController) Update

func (controller *AccountController) Update() *cobra.Command

type AuthenticationController added in v0.1.2

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

func NewAuthenticationController added in v0.1.2

func NewAuthenticationController(
	persistentDbSvc *internalDbInfra.PersistentDatabaseService,
	trailDbSvc *internalDbInfra.TrailDatabaseService,
) *AuthenticationController

func (*AuthenticationController) Login added in v0.1.2

func (controller *AuthenticationController) Login() *cobra.Command

type CronController

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

func NewCronController

func NewCronController(
	trailDbSvc *internalDbInfra.TrailDatabaseService,
) *CronController

func (*CronController) Create

func (controller *CronController) Create() *cobra.Command

func (*CronController) Delete

func (controller *CronController) Delete() *cobra.Command

func (*CronController) Read

func (controller *CronController) Read() *cobra.Command

func (*CronController) Update

func (controller *CronController) Update() *cobra.Command

type DatabaseController

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

func NewDatabaseController

func NewDatabaseController(
	persistentDbService *internalDbInfra.PersistentDatabaseService,
	trailDbSvc *internalDbInfra.TrailDatabaseService,
) *DatabaseController

func (*DatabaseController) Create

func (controller *DatabaseController) Create() *cobra.Command

func (*DatabaseController) CreateUser

func (controller *DatabaseController) CreateUser() *cobra.Command

func (*DatabaseController) Delete

func (controller *DatabaseController) Delete() *cobra.Command

func (*DatabaseController) DeleteUser

func (controller *DatabaseController) DeleteUser() *cobra.Command

func (*DatabaseController) Read

func (controller *DatabaseController) Read() *cobra.Command

type MarketplaceController

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

func (*MarketplaceController) DeleteInstalledItem

func (controller *MarketplaceController) DeleteInstalledItem() *cobra.Command

func (*MarketplaceController) InstallCatalogItem

func (controller *MarketplaceController) InstallCatalogItem() *cobra.Command

func (*MarketplaceController) ReadCatalog

func (controller *MarketplaceController) ReadCatalog() *cobra.Command

func (*MarketplaceController) ReadInstalledItems

func (controller *MarketplaceController) ReadInstalledItems() *cobra.Command

type O11yController

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

func NewO11yController

func NewO11yController(
	transientDbService *internalDbInfra.TransientDatabaseService,
) *O11yController

func (*O11yController) ReadOverview

func (controller *O11yController) ReadOverview() *cobra.Command

type RuntimeController

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

func NewRuntimeController

func NewRuntimeController(
	persistentDbService *internalDbInfra.PersistentDatabaseService,
	trailDbSvc *internalDbInfra.TrailDatabaseService,
) *RuntimeController

func (*RuntimeController) ReadPhpConfigs

func (controller *RuntimeController) ReadPhpConfigs() *cobra.Command

func (*RuntimeController) UpdatePhpConfig

func (controller *RuntimeController) UpdatePhpConfig() *cobra.Command

func (*RuntimeController) UpdatePhpModule

func (controller *RuntimeController) UpdatePhpModule() *cobra.Command

func (*RuntimeController) UpdatePhpSetting

func (controller *RuntimeController) UpdatePhpSetting() *cobra.Command

type ScheduledTaskController

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

func NewScheduledTaskController

func NewScheduledTaskController(
	persistentDbSvc *internalDbInfra.PersistentDatabaseService,
) *ScheduledTaskController

func (*ScheduledTaskController) Read

func (controller *ScheduledTaskController) Read() *cobra.Command

func (*ScheduledTaskController) Update

func (controller *ScheduledTaskController) Update() *cobra.Command

type ServicesController

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

func (*ServicesController) CreateCustom

func (controller *ServicesController) CreateCustom() *cobra.Command

func (*ServicesController) CreateInstallable

func (controller *ServicesController) CreateInstallable() *cobra.Command

func (*ServicesController) Delete

func (controller *ServicesController) Delete() *cobra.Command

func (*ServicesController) ReadInstallableItems added in v0.1.5

func (controller *ServicesController) ReadInstallableItems() *cobra.Command

func (*ServicesController) ReadInstalledItems added in v0.1.5

func (controller *ServicesController) ReadInstalledItems() *cobra.Command

func (*ServicesController) Update

func (controller *ServicesController) Update() *cobra.Command

type SslController

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

func (*SslController) Create

func (controller *SslController) Create() *cobra.Command

func (*SslController) Delete

func (controller *SslController) Delete() *cobra.Command

func (*SslController) DeleteVhosts

func (controller *SslController) DeleteVhosts() *cobra.Command

func (*SslController) Read

func (controller *SslController) Read() *cobra.Command

type VirtualHostController

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

func (*VirtualHostController) Create

func (controller *VirtualHostController) Create() *cobra.Command

func (*VirtualHostController) CreateMapping

func (controller *VirtualHostController) CreateMapping() *cobra.Command

func (*VirtualHostController) Delete

func (controller *VirtualHostController) Delete() *cobra.Command

func (*VirtualHostController) DeleteMapping

func (controller *VirtualHostController) DeleteMapping() *cobra.Command

func (*VirtualHostController) Read

func (controller *VirtualHostController) Read() *cobra.Command

func (*VirtualHostController) ReadWithMappings

func (controller *VirtualHostController) ReadWithMappings() *cobra.Command

Jump to

Keyboard shortcuts

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