package handlers

Import Path
	github.com/limanmys/render-engine/app/handlers (on go.dev)

Dependency Relation
	imports 19 packages, and imported by one package


Package-Level Type Names (only one)
/* sort by: | */
Create creates new queue Delete deletes specified queue Index lists all queues func NewQueueHandler() *QueueHandler
Package-Level Functions (total 18)
BackgroundJob creates a background shell command
CommandRunner runs command on specified server
CreateCronJob creates new cron job
DeleteCronJob deletes specified cron job
DownloadFile returns file pointer
ExtensionRunner runs extensions and returns rendered HTML/JSON views
ExternalAPI used for running other extension functions from a different extension
GetFile downloads file from remote path to local path
IndexCronJobs lists all cron jobs
KeepTunnelAlive keeps tunnel connection alive
OpenTunnel opens ssh tunnel on unix sockets or ports
OutsideCommandRunner runs command on external endpoints
PutFile puts file to remote end from local path
ScriptRunner runs scripts on remote server
SetExtensionDb changes specified vault keys from extension
Verify verifies credentials