package
0.0.0-20250118190305-21fe96df8c01
Repository: https://github.com/sergiotejon/pipemanagerlauncher.git
Documentation: pkg.go.dev

# Functions

HttpServer starts the HTTP server to listen for incoming webhook requests It processes the requests and sends them to the worker pool It also captures termination signals to stop the server and workers It returns an error if the server fails to start.

# Structs

Job represents an HTTP request to be processed It contains the request URL, method, path, arguments, headers, body, and a result channel.
JobResult represents the result of processing a job It contains the status code and a message.