package
0.0.0-20240716132614-1643519e6f91
Repository: https://github.com/triggermail/luci-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

BuilderHandler is responsible for taking a universal builder ID and rendering the builder page (defined in ./appengine/templates/pages/builder.html).
BuildersRelativeHandler is responsible for rendering a builders list page according to project.
ConfigsHandler renders the page showing the currently loaded set of luci-configs.
ConsoleHandler renders the console page.
ConsolesHandler is responsible for taking a project name and rendering the console list page (defined in ./appengine/templates/pages/builder_groups.html).
ErrorHandler renders an error page for the user.
GetLimit extracts the "limit", "numbuilds", or "num_builds" http param from the request, or returns def implying no limit was specified.
GetReload extracts the "reload" http param from the request, or returns def implying no limit was specified.
HandleSwarmingLog renders a step log from a swarming build.
ProjectLinks returns the navigation list surrounding a project and optionally group.
Run sets up all the routes and runs the server.
UpdateHandler is an HTTP handler that handles configuration update requests.