Skip to main content

Module runtime_impl

Module runtime_impl 

Source
Expand description

Runtime entrypoints for serving Gestalt provider surfaces over Unix sockets.

Functions§

maybe_write_catalog
Writes the router’s derived catalog when GESTALT_APP_WRITE_CATALOG is set, returning whether anything was written.
run_agent_provider
Runs an agent provider on the Unix socket exposed by gestaltd.
run_authentication_provider
Runs an authentication provider on the Unix socket exposed by gestaltd.
run_cache_provider
Runs a cache provider on the Unix socket exposed by gestaltd.
run_provider
Runs an integration provider on the Unix socket exposed by gestaltd.
run_runtime_provider
Runs a runtime provider on the Unix socket exposed by gestaltd.
run_s3_provider
Runs an S3 provider on the Unix socket exposed by gestaltd.
run_secrets_provider
Runs a secrets provider on the Unix socket exposed by gestaltd.
run_workflow_provider
Runs a workflow provider on the Unix socket exposed by gestaltd.
serve_agent_provider
Serves an agent provider over the configured Unix socket.
serve_authentication_provider
Serves an authentication provider over the configured Unix socket.
serve_cache_provider
Serves a cache provider over the configured Unix socket.
serve_provider
Serves an integration provider over the configured Unix socket.
serve_runtime_provider
Serves a runtime provider over the configured Unix socket.
serve_s3_provider
Serves an S3 provider over the configured Unix socket.
serve_secrets_provider
Serves a secrets provider over the configured Unix socket.
serve_workflow_provider
Serves a workflow provider over the configured Unix socket.
write_catalog_path
Writes the router’s derived catalog to path.