Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
ProviderSet is route providers.
Functions ¶
This section is empty.
Types ¶
type Http ¶
type Http struct {
// contains filtered or unexported fields
}
func NewHttp ¶
func NewHttp( conf *config.Config, user *service.UserService, userPasskey *service.UserPasskeyService, userToken *service.UserTokenService, home *service.HomeService, task *service.TaskService, website *service.WebsiteService, project *service.ProjectService, database *service.DatabaseService, databaseServer *service.DatabaseServerService, databaseRedis *service.DatabaseRedisService, databaseElasticsearch *service.DatabaseElasticsearchService, databaseUser *service.DatabaseUserService, backup *service.BackupService, backupStorage *service.BackupStorageService, cert *service.CertService, certDNS *service.CertDNSService, certAccount *service.CertAccountService, app *service.AppService, environment *service.EnvironmentService, environmentGo *service.EnvironmentGoService, environmentJava *service.EnvironmentJavaService, environmentNodejs *service.EnvironmentNodejsService, environmentPHP *service.EnvironmentPHPService, environmentPython *service.EnvironmentPythonService, environmentDotnet *service.EnvironmentDotnetService, cron *service.CronService, process *service.ProcessService, safe *service.SafeService, firewall *service.FirewallService, firewallScan *service.FirewallScanService, ssh *service.SSHService, container *service.ContainerService, containerCompose *service.ContainerComposeService, containerNetwork *service.ContainerNetworkService, containerImage *service.ContainerImageService, containerVolume *service.ContainerVolumeService, file *service.FileService, log *service.LogService, monitor *service.MonitorService, setting *service.SettingService, systemctl *service.SystemctlService, toolboxNetwork *service.ToolboxNetworkService, toolboxSystem *service.ToolboxSystemService, toolboxBenchmark *service.ToolboxBenchmarkService, toolboxSSH *service.ToolboxSSHService, toolboxDisk *service.ToolboxDiskService, toolboxLog *service.ToolboxLogService, toolboxMigration *service.ToolboxMigrationService, webhook *service.WebHookService, template *service.TemplateService, websiteStat *service.WebsiteStatService, apps *apploader.Loader, ) *Http
Click to show internal directories.
Click to hide internal directories.