Documentation ¶
Overview ¶
Package uiserver contains the common entrypoint for the UI portion of LUCI UI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Main ¶
func Main(versionType string)
Main implements the entrypoint for the UI service.
The UI service doesn't do much. It only
- hosts the static files, and
- provides the UI version via a JS file.
Unless absolutely necessary, all other functionalities should be delegated to other services so rolling the UI service has minimal risks.
Note that the UI version can only be served from the UI service because the other services do not know the version of the UI service.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.